Changeset 3868
- Timestamp:
- 05/31/18 14:04:49 (5 years ago)
- Location:
- CONFIG/UNIFORM/v6
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/DRIVER/lmdz.driver
r3755 r3868 463 463 fi 464 464 465 # physiq.def : Modify parameter tau_gl if it is set in lmdz.card 466 if [ ! X${lmdz_UserChoices_tau_gl} = X ]; then 467 IGCM_comp_modifyDefFile nonblocker physiq.def tau_gl ${lmdz_UserChoices_tau_gl} 468 else 469 # Take default value set in physiq.def 470 IGCM_comp_modifyDefFile nonblocker config.def tau_gl DEFAULT 471 fi 472 473 465 474 # guide.def : Activate nudging if ok_guide=y set in lmdz.card 466 475 if [ ! X${lmdz_UserChoices_ok_guide} = X ] ; then … … 469 478 IGCM_comp_modifyDefFile nonblocker guide.def ok_guide n 470 479 fi 480 471 481 472 482 ## Read ByPass_hgardfou_teta option in lmdz.card --> divide teta* by 2 if [ $ByPass_hgardfou_teta = 1 ] -
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/physiq.def_NPv6.1.3
r3820 r3868 164 164 inertie_sic=2000 165 165 # tau_gl = constante de rappel de la temperature a la surface de la glace (en nombre de jours) 166 tau_gl=5. 166 # Utilise celon le forcage : tau_gl=2 pour Amip et tau_gl=1 pour Hadisst2 167 tau_gl= _AUTO_ : DEFAULT = 5. 167 168 # ??? 168 169 iflag_albedo=1 -
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/DRIVER/lmdz.driver
r3771 r3868 463 463 fi 464 464 465 # physiq.def : Modify parameter tau_gl if it is set in lmdz.card 466 if [ ! X${lmdz_UserChoices_tau_gl} = X ]; then 467 IGCM_comp_modifyDefFile nonblocker physiq.def tau_gl ${lmdz_UserChoices_tau_gl} 468 else 469 # Take default value set in physiq.def 470 IGCM_comp_modifyDefFile nonblocker config.def tau_gl DEFAULT 471 fi 472 473 465 474 # guide.def : Activate nudging if ok_guide=y set in lmdz.card 466 475 if [ ! X${lmdz_UserChoices_ok_guide} = X ] ; then … … 469 478 IGCM_comp_modifyDefFile nonblocker guide.def ok_guide n 470 479 fi 480 471 481 472 482 ## Read ByPass_hgardfou_teta option in lmdz.card --> divide teta* by 2 if [ $ByPass_hgardfou_teta = 1 ] -
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/physiq.def_NPv6.1.3
r3822 r3868 164 164 inertie_sic=2000 165 165 # tau_gl = constante de rappel de la temperature a la surface de la glace (en nombre de jours) 166 tau_gl=5. 166 # Utilise celon le forcage : tau_gl=2 pour Amip et tau_gl=1 pour Hadisst2 167 tau_gl= _AUTO_ : DEFAULT = 5. 167 168 # ??? 168 169 iflag_albedo=1
Note: See TracChangeset
for help on using the changeset viewer.