Changes between Version 8 and Version 9 of Documentation/UserGuide/TestCase1
- Timestamp:
- 2016-01-13T11:00:15+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/UserGuide/TestCase1
v8 v9 55 55 56 56 57 '''Once you've get all input files, launch the modele in the same directory :''' 57 '''Check you environment:'''[[BR]] 58 To run the model you first need to load the same netcdf library as the one used for the compilation. Check if you already have loaded netcdf and if yes, unload it and load netcdf/4p as follow: 59 {{{ 60 module list 61 module unload netcdf 62 module load netcdf/4p 63 }}} 64 65 66 '''Once you've get all input files, launch the model in the same directory :'''[[BR]] 58 67 {{{ 59 68 ./orchidee_ol > out_orchidee_ol 2>&1