Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dany Dumont
phlag
Commits
f9242fcd
Commit
f9242fcd
authored
Mar 14, 2018
by
Dany Dumont
Browse files
Minor changes
parent
efeab549
Changes
1
Show whitespace changes
Inline
Side-by-side
HELP/HOW_TO_USE_THE_MODEL
View file @
f9242fcd
...
...
@@ -5,45 +5,43 @@
----------------------------------------------------
The model has been designed to be very user-friendly
, h
owever some modifications
must be done to
fit with
your machine
.
So, please read the following steps to
correctly start the model.
The model has been designed to be very user-friendly
. H
owever some modifications
must be done to
work on
your machine
, so please read the following steps to
correctly start the model.
1) COMPILATION
1) COMPILATION:
-Ensure first that gfortran is installed on your machine.
-Ensure that the NETCDF FORTRAN libraries are installed on your machine.
-Change the path for the NETCDF FORTRAN module and libraries in the makefile
-compile the source codes using the command «make». The executable will be
- Ensure first that gfortran is installed on your machine.
- Ensure that the NETCDF FORTRAN libraries are installed on your machine.
- Change the path for the NETCDF FORTRAN module and libraries in the makefile.
- Compile the source codes using the command 'make'. The executable will be
created in the parent directory.
- you can also delete all object file and the executable by using the command «make mrproper»
- You can also delete all object file and the executable by using the command
'make mrproper'.
2) USE THE MODEL
- The model use namelists in nml/ allowing to change some parameter values
without recompiling
the source code
-
o
utputs will be generated in the directory output/
- The model use namelists in nml/ allowing to change some parameter values
without recompiling
the source code
.
-
O
utputs will be generated in the directory output/
.
3) USE THE MODEL WITH GOTM
- The model can call GOTM to produce a diffusivity profile. If you want to use this feature
you have to change the value of the parameter «mix_state» in the namelist model_parameter
- Before doing this, ensure that GOTM is installed on your machine and copy all the GOTM namelists
you need in the directory gotm/. You should also create a symbolic link of the executable in the
directory gotm/
- The model can call GOTM to produce a diffusivity profile. If you want to
use this feature you have to change the value of the parameter 'mix_state'
in the namelist 'model_parameter'.
- Before doing this, ensure that GOTM is installed on your machine and copy
all the GOTM namelists you need in the directory gotm/. You should also
create a symbolic link of the executable in the directory gotm/.
4) USE BATCH MODE
- you can also run the model in batch mode. To do this, you must change the file
batch_bio_pbs.sh
have fun
- You can also run the model in batch mode. To do this, you must change the
file batch_bio_pbs.sh
Have fun!
f
or question, please contact me at baudryjeremy@gmail.com
F
or question, please contact me at baudryjeremy@gmail.com
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment