Ignore:
Timestamp:
03/19/12 15:41:59 (12 years ago)
Author:
jgipsl
Message:

Set all parameters in .def LMDZ files equal _AUTO_ if they will be modified by lmdz.driver. Added funtion LMDZ_sed_default to set default value definied in .def file. Syntax in .def file :
var_name=_AUTO_
or
var_name=_AUTO_ : DEFAULT=xxx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/u1/IPSLCM5_u1/GENERAL/PARAM/output.def_medium

    r1550 r1690  
    55phys_out_filenames=      histmth histday histhf   histhf3h  histhf3hm histstn 
    66# Sortir ou non les fichiers 
    7 phys_out_filekeys=       n       n       n        n         n         n 
     7phys_out_filekeys= _AUTO_ 
    88# Niveaux de sorties 
    99phys_out_filelevels=     5       5       2        5         5         5 
     
    9696lev_histdayNMC=8 
    9797### - ok_histNMC = y/n, y/n, y/n pour avoir les sorties NMC mensuelles, journalieres et haute frequence 
    98 ok_histNMC = y, n, n 
     98ok_histNMC = _AUTO_ 
    9999# 
    100100# Parametres simulateur COSP (CFMIP Observational Simulator Package) 
    101101# 
    102102### ok_cosp=y/n flag simulateur COSP 
    103 ok_cosp=n 
     103ok_cosp= _AUTO_ 
    104104### freq_COSP = frequence d'appel de COSP en secondes 
    105105freq_COSP=10800. 
    106106### ok_mensuelCOSP=y/n sortir fichier mensuel COSP histmthCOSP.nc, =n pas de fichier histmthCOSP.nc 
    107 ok_mensuelCOSP=y 
     107ok_mensuelCOSP= _AUTO_ 
    108108### ok_journeCOSP=y/n sortir fichier journalier histdayCOSP.nc, =n pas de fichier histdayCOSP.nc 
    109 ok_journeCOSP=y 
     109ok_journeCOSP= _AUTO_ 
    110110### ok_hfCOSP=y/n, ecrire sorties  haute frequence histhfCOSP.nc, =n pas de fichier histhfCOSP.nc 
    111 ok_hfCOSP=n 
     111ok_hfCOSP= _AUTO_ 
    112112# 
    113113# Parametres simulateur ISCCP 
     
    118118freq_ISCCP=10800. 
    119119### freqout_isccp = frequence output en jours du simulateur ISCCP 
    120 ecrit_ISCCP=_ecrit-ISCCP_ 
     120ecrit_ISCCP= _AUTO_ 
    121121### top_height = flag choix calcul nuages par le simulateur en utilisant  
    122122# -              les donnees IR et/ou VIS et l algorithme ISCCP-D1 
Note: See TracChangeset for help on using the changeset viewer.