Changeset 3964
- Timestamp:
- 07/06/18 13:44:14 (6 years ago)
- Location:
- CONFIG/UNIFORM/v6/IPSLCM6/GENERAL
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/DRIVER/lmdz.driver
r3935 r3964 404 404 405 405 406 # run.def : Activate the call to phytrac 407 if [ ! X${lmdz_UserChoices_iflag_phytrac} = X ]; then 408 IGCM_comp_modifyDefFile nonblocker run.def iflag_phytrac ${lmdz_UserChoices_iflag_phytrac} 409 else 410 IGCM_comp_modifyDefFile nonblocker run.def iflag_phytrac 0 411 fi 412 413 # physiq.def : Activate the call to phytrac 414 if [ ! X${lmdz_UserChoices_ok_bug_cv_trac} = X ]; then 415 IGCM_comp_modifyDefFile nonblocker physiq.def ok_bug_cv_trac ${lmdz_UserChoices_ok_bug_cv_trac} 416 else 417 IGCM_comp_modifyDefFile nonblocker physiq.def ok_bug_cv_trac n 418 fi 419 406 420 # config.def : Activate direct radiative effect if ok_ade=y 407 421 if [ ! X${lmdz_UserChoices_ok_ade} = X ]; then … … 423 437 else 424 438 IGCM_comp_modifyDefFile nonblocker config.def aerosol_couple n 439 fi 440 441 # config.def : Activate online Ozone chemistry coupled model if chemistry_couple=y 442 if [ ! X${lmdz_UserChoices_chemistry_couple} = X ]; then 443 IGCM_comp_modifyDefFile nonblocker config.def chemistry_couple ${lmdz_UserChoices_chemistry_couple} 444 else 445 IGCM_comp_modifyDefFile nonblocker config.def chemistry_couple n 425 446 fi 426 447 -
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/config.def_actuel
r3820 r3964 53 53 ### aerosol coupling = online (y) or offline (n) 54 54 aerosol_couple=_AUTO_ 55 ### Ozone chemistry coupling = online (y) or offline (n) 56 chemistry_couple=_AUTO_ 55 57 ### flag_aerosol = type of coupled aerosol, if aerosol offline 56 58 ### 0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol -
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/config.def_annuel
r3820 r3964 53 53 ### aerosol coupling = online (y) or offline (n) 54 54 aerosol_couple=_AUTO_ 55 ### Ozone chemistry coupling = online (y) or offline (n) 56 chemistry_couple=_AUTO_ 55 57 ### flag_aerosol = type of coupled aerosol, if aerosol offline 56 58 ### 0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol -
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/config.def_preind
r3820 r3964 53 53 ### aerosol coupling = online (y) or offline (n) 54 54 aerosol_couple=_AUTO_ 55 ### Ozone chemistry coupling = online (y) or offline (n) 56 chemistry_couple=_AUTO_ 55 57 ### flag_aerosol = type of coupled aerosol, if aerosol offline 56 58 ### 0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol -
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/physiq.def_NPv6.1
r3668 r3964 387 387 # To get back to bug where convective output variables 388 388 # were set to 0 at the start of the physics 389 ok_bug_cv_trac= n389 ok_bug_cv_trac=_AUTO_: DEFAULT = n 390 390 391 391 ########################################################## -
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/run.def
r3710 r3964 55 55 no_ter_antartique=y 56 56 ### Do not call phytrac to speed things up 57 iflag_phytrac=0 57 iflag_phytrac=_AUTO_: DEFAULT = 0 58
Note: See TracChangeset
for help on using the changeset viewer.