Changeset 2101 for CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL
- Timestamp:
- 07/10/13 19:39:59 (11 years ago)
- Location:
- CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL/DRIVER/lmdz.driver
r2015 r2101 363 363 364 364 if [ X${config_ListOfComponents_SRF} = Xorchidee ] ; then 365 echo "Activate ORCHIDEE , set VEGET=yin run.def"365 echo "Activate ORCHIDEE: set VEGET=y and add INCLUDEDEF=orchidee.def in run.def" 366 366 LMDZ_sed run.def VEGET y 367 # Add "INCLUDEDEF=orchidee.def" before the 5th line in run.def 368 sed -i '5iINCLUDEDEF=orchidee.def' run.def 367 369 else 368 370 echo "No ORCHIDEE, set VEGET=n in run.def" … … 379 381 380 382 if [ X${config_ListOfComponents_CHM} = Xinca ] ; then 381 echo "Activate coupling to INCA , set type_trac=incain run.def"383 echo "Activate coupling to INCA: set type_trac=inca and add INCLUDEDEF=inca.def in run.def" 382 384 LMDZ_sed run.def type_trac inca 385 # Add "INCLUDEDEF=inca.def" before the 5th line in run.def 386 sed -i '5iINCLUDEDEF=inca.def' run.def 383 387 elif [ X${config_ListOfComponents_CHM} = Xreprobus ] ; then 384 echo "Activate coupling to REPROBUS , set type_trac=reprin run.def"388 echo "Activate coupling to REPROBUS: set type_trac=repr and add INCLUDEDEF=reprobus.def in run.def" 385 389 LMDZ_sed run.def type_trac repr 386 390 LMDZ_sed run.def config_inca none 391 # Add "INCLUDEDEF=reprobus.def" before the 5th line in run.def 392 sed -i '5iINCLUDEDEF=reprobus.def' run.def 387 393 else 388 394 echo "No coupling to chemistry model, set type_trac=lmdz in run.def" … … 437 443 438 444 # guide.def : Activate nudging if ok_guide=y set in lmdz.card 439 if [ ! X${lmdz_UserChoices_ok_guide} = X ] ; then 445 if [ X${lmdz_UserChoices_ok_guide} = Xy ] ; then 446 # Set ok_guide=y in guide.def 440 447 LMDZ_sed guide.def ok_guide ${lmdz_UserChoices_ok_guide} 448 # Add "INCLUDEDEF=guide.def" before the 5th line in run.def 449 sed -i '5iINCLUDEDEF=guide.def' run.def 441 450 else 442 451 LMDZ_sed guide.def ok_guide n -
CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL/PARAM/run.def
r2024 r2101 1 1 # $Id$ 2 # 2 # 3 # INCLUDEDEF=orchidee.def, inca.def, reprobus.def and guide.def are added 4 # automatically by lmdz.driver if one of these components are activated. 3 5 INCLUDEDEF=physiq.def 4 6 INCLUDEDEF=gcm.def 5 INCLUDEDEF=orchidee.def6 7 INCLUDEDEF=output.def 7 8 INCLUDEDEF=config.def 8 INCLUDEDEF=reprobus.def9 INCLUDEDEF=guide.def10 INCLUDEDEF=inca.def11 9 ## Type de calendrier utilise 12 10 ## valeur possible: earth_360d (defaut), earth_365d, earth_366d
Note: See TracChangeset
for help on using the changeset viewer.