Changes between Version 42 and Version 43 of Documentation/UserGuide/TestCase1
- Timestamp:
- 2023-03-09T11:47:04+01:00 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/UserGuide/TestCase1
v42 v43 22 22 {{{ 23 23 mkdir RUN1; cd RUN1 24 ln -s /pathtoyourinstallation/modipsl/bin/orchidee_ol_prod . 24 ln -s /pathtoyourinstallation/modipsl/bin/orchidee_ol_prod . (if use old driver) 25 ln -s /pathtoyourinstallation/modipsl/bin/orchideeshare_prod . (if use new driver) 25 26 }}} 26 27 … … 54 55 55 56 If using the new driver, then: 57 {{{ 56 58 ln -s ${R_IN}/SRF/METEO/CRU-NCEP/v5.3.2/twodeg/cruncep_twodeg_1999.nc forcing_yearm1.nc 57 59 ln -s ${R_IN}/SRF/METEO/CRU-NCEP/v5.3.2/twodeg/cruncep_twodeg_2000.nc forcing_year.nc 58 60 ln -s ${R_IN}/SRF/METEO/CRU-NCEP/v5.3.2/twodeg/cruncep_twodeg_2001.nc forcing_yearp1.nc 59 ln -s YourORCHIDEE/bin/orchideedriver_prod . 61 }}} 60 62 61 63 === xml files for running with XIOS ===