Changes between Version 8 and Version 9 of Documentation/UserGuide/TestCase1


Ignore:
Timestamp:
2016-01-13T11:00:15+01:00 (8 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/TestCase1

    v8 v9  
    5555 
    5656 
    57 '''Once you've get all input files, launch the modele in the same directory :''' 
     57'''Check you environment:'''[[BR]] 
     58To 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{{{ 
     60module list 
     61module unload netcdf 
     62module load netcdf/4p 
     63}}} 
     64 
     65 
     66'''Once you've get all input files, launch the model in the same directory :'''[[BR]] 
    5867{{{ 
    5968./orchidee_ol > out_orchidee_ol 2>&1