Changeset 1540 for CONFIG/IPSLCM


Ignore:
Timestamp:
08/23/11 15:08:15 (13 years ago)
Author:
jgipsl
Message:

Modifications in working configuration :

Extracted all parameters related to diagnostics from physiq.def into
output.def. This includes parameters for simulator COSP and ISCCP.

Location:
CONFIG/IPSLCM/IPSLCM5-2
Files:
5 added
25 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5-2/Chistorical/COMP/lmdz.card

    r1538 r1540  
    6666        (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt,                .),    \ 
    6767        (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt,               .),    \ 
     68        (${SUBMIT_DIR}/PARAM/output.def, .), \ 
    6869        (${SUBMIT_DIR}/PARAM/run.def, .), \ 
    6970        (${SUBMIT_DIR}/PARAM/traceur.def, .) 
  • CONFIG/IPSLCM/IPSLCM5-2/Chistorical/COMP/lmdz.driver

    r1539 r1540  
    264264 
    265265 
    266     ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 
     266    ## output.def parameters 
    267267    #  columns in phys_output_filekeys refer to the filenames given in phys_out_filenames in physiq.def :   
    268268    #                                            histmth       histday        histhf    histfh3h   histhf3hm   histstn 
    269     LMDZ_sed physiq.def phys_out_filekeys        ${ok_mensuel} ${ok_journe}   ${ok_hf}  ${ok_hf3h} ${ok_hf3hm} ${ok_stn} 
    270     LMDZ_sed physiq.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 
    271     LMDZ_sed physiq.def ok_cosp     ${LMDZ_COSP_OK} 
    272     LMDZ_sed physiq.def ok_mensuelCOSP  ${LMDZ_COSP_monthly} 
    273     LMDZ_sed physiq.def ok_journeCOSP   ${LMDZ_COSP_daily} 
    274     LMDZ_sed physiq.def ok_hfCOSP   ${LMDZ_COSP_hf} 
    275     LMDZ_sed physiq.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
     269    LMDZ_sed output.def phys_out_filekeys        ${ok_mensuel} ${ok_journe}   ${ok_hf}  ${ok_hf3h} ${ok_hf3hm} ${ok_stn} 
     270    LMDZ_sed output.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 
     271    LMDZ_sed output.def ok_cosp     ${LMDZ_COSP_OK} 
     272    LMDZ_sed output.def ok_mensuelCOSP  ${LMDZ_COSP_monthly} 
     273    LMDZ_sed output.def ok_journeCOSP   ${LMDZ_COSP_daily} 
     274    LMDZ_sed output.def ok_hfCOSP   ${LMDZ_COSP_hf} 
     275    LMDZ_sed output.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
    276276 
    277277    ## gcm.def parameters : no change since gcm.def_${RESOL_ATM_3D} is used and already modified 
  • CONFIG/IPSLCM/IPSLCM5-2/Chistorical/PARAM/physiq.def_L19

    r1539 r1540  
    2626# 
    2727# 
    28 # 
    29 # Parametres fichiers de sortie 
    30 # 
    31 # Noms des fichiers 
    32 phys_out_filenames=      histmth histday histhf   histhf3h  histhf3hm histstn 
    33 # Sortir ou non les fichiers 
    34 phys_out_filekeys=       n       n       n        n         n         n 
    35 # Niveaux de sorties 
    36 phys_out_filelevels=     5       5       5        5         5         5 
    37 ### Type de fichier : global (n) ou stations (y) 
    38 phys_out_filestations =  n       n       n        n         n         y 
    39 ### Frequences des sorties 
    40 phys_out_filetimesteps = 1.mth,  1.day,  0.25day, 0.125day, 0.125day, 1800.s 
    41 # 
    42 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 
    43 freq_ISCCP=10800. 
    44 ### freqout_isccp = frequence output en jours du simulateur ISCCP 
    45 ecrit_ISCCP=_ecrit-ISCCP_ 
    4628### niveau du diagnostique de conservation d energie 
    4729if_ebil=0 
     
    166148# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    167149read_climoz=0 
    168 # 
    169 # Parametres simulateur COSP (CFMIP Observational Simulator Package) 
    170 # 
    171 ### ok_cosp=y/n flag simulateur COSP 
    172 ok_cosp=n 
    173 ## freq_COSP = frequence d'appel de COSP en secondes 
    174 freq_COSP=10800. 
    175 # 
    176 # Parametres simulateur ISCCP 
    177 # 
    178 ### ok_isccp=y/n flag simulateur ISCCP 
    179 ok_isccp=n 
    180 ### top_height = flag choix calcul nuages par le simulateur en utilisant  
    181 # -              les donnees IR et/ou VIS et l algorithme ISCCP-D1 
    182 # - top_height = 1 -> algo IR-VIS 
    183 # - top_height = 2 -> identique a 1, mais "ptop(ibox)=pfull(ilev)" 
    184 # - top_height = 3 -> algo IR 
    185 top_height = 1 
    186 ### overlap =    Hypothese de Recouvrement (HR) utilisee pour le simulateur ISCCP 
    187 # - overlap=1    Max overlap 
    188 # - overlap=2    Random overlap 
    189 # - overlap=3    Max/Random overlap 
    190 overlap = 3 
     150 
  • CONFIG/IPSLCM/IPSLCM5-2/Chistorical/PARAM/physiq.def_L39

    r1539 r1540  
    2626# 
    2727# 
    28 # 
    29 # Parametres fichiers de sortie 
    30 # 
    31 # Noms des fichiers 
    32 phys_out_filenames=      histmth histday histhf   histhf3h  histhf3hm histstn 
    33 # Sortir ou non les fichiers 
    34 phys_out_filekeys=       n       n       n        n         n         n 
    35 # Niveaux de sorties 
    36 phys_out_filelevels=     5       5       5        5         5         5 
    37 ### Type de fichier : global (n) ou stations (y) 
    38 phys_out_filestations =  n       n       n        n         n         y 
    39 ### Frequences des sorties 
    40 phys_out_filetimesteps = 1.mth,  1.day,  0.25day, 0.125day, 0.125day, 1800.s 
    41 # 
    42 # 
    43 ### variables niveaux pressions 100, 50, 10 hPa a 3h-inst - F.Lott 
    44 flag_t100       = 1, 7, 7, 5, 10, 10 
    45 flag_u100       = 1, 7, 7, 5, 10, 10 
    46 flag_v100       = 1, 7, 7, 5, 10, 10 
    47 flag_w100       = 1, 7, 7, 5, 10, 10 
    48 flag_t50        = 1, 7, 7, 5, 10, 10 
    49 flag_u50        = 1, 7, 7, 5, 10, 10 
    50 flag_v50        = 1, 7, 7, 5, 10, 10 
    51 flag_w50        = 1, 7, 7, 5, 10, 10 
    52 flag_t10        = 1, 7, 7, 5, 10, 10 
    53 flag_u10        = 1, 7, 7, 5, 10, 10 
    54 flag_v10        = 1, 7, 7, 5, 10, 10 
    55 flag_w10        = 1, 7, 7, 5, 10, 10 
    56 # more variables for level 5 histday/month: vitw and pres 
    57 # Vertical wind 
    58 flag_vitw         =  2, 3, 7, 6, 6, 6 
    59 # Air pressure 
    60 flag_pres         =  2, 3, 7, 6, 6, 6 
    61 # w500 for histday 
    62 flag_w500         =  1, 5, 3, 10, 10, 10 
    63 # t700 for histday 
    64 flag_t700         =  1, 5, 3, 10, 10, 10 
    65 # Cloud fraction 
    66 flag_rneb         =  2, 5, 10, 5, 10, 10 
    67 # Aga sortie avec niveau 2 
    68 flag_Aga          =  2, 10, 10, 10, 10, 10 
    69 # niveaux maximum 5 mensuel pour variables CFMIP 
    70 flag_rlu          =  5, 10, 10, 10, 10, 10 
    71 flag_rsu          =  5, 10, 10, 10, 10, 10 
    72 flag_rld          =  5, 10, 10, 10, 10, 10 
    73 flag_rsd          =  5, 10, 10, 10, 10, 10 
    74 flag_rlucs        =  5, 10, 10, 10, 10, 10 
    75 flag_rsucs        =  5, 10, 10, 10, 10, 10 
    76 flag_rldcs        =  5, 10, 10, 10, 10, 10 
    77 flag_rsdcs        =  5, 10, 10, 10, 10, 10 
    78 flag_tnt          =  5, 10, 10, 10, 10, 10 
    79 flag_dtdyn        =  4, 10, 10, 10, 10, 10 
    80 flag_dtphy        =  4, 10, 10, 10, 10, 10 
    81 flag_dtlschr      =  5, 10, 10, 10, 10, 10 
    82 flag_tntr         =  5, 10, 10, 10, 10, 10 
    83 flag_tntc         =  5, 10, 10, 10, 10, 10 
    84 flag_tntscpbl     =  5, 10, 10, 10, 10, 10 
    85 flag_tnhus        =  5, 10, 10, 10, 10, 10 
    86 flag_dqdyn        =  4, 10, 10, 10, 10, 10 
    87 flag_tnhusc       =  5, 10, 10, 10, 10, 10 
    88 flag_dqvdf        =  5, 10, 10, 10, 10, 10 
    89 flag_tnhusscpbl   =  5, 10, 10, 10, 10, 10 
    90 flag_dqphy        =  2, 10, 10, 10, 10, 10 
    91 flag_evu          =  5, 10, 10, 10, 10, 10 
    92 flag_kz           =  4, 10, 10, 10, 10, 10 
    93 ### 
    94 # more variables for t tendency monthly 
    95 ### 
    96 flag_dtvdf        =  5, 10, 10, 10, 10, 10 
    97 flag_dteva        =  5, 10, 10, 10, 10, 10 
    98 flag_dtcon        =  4, 10, 10, 10, 10, 10 
    99 flag_dtajs        =  4, 10, 10, 10, 10, 10 
    100 flag_dtlsc        =  4, 10, 10, 10, 10, 10 
    101 flag_dtoro        =  4, 10, 10, 10, 10, 10 
    102 flag_dtlif        =  4, 10, 10, 10, 10, 10 
    103 flag_dthin        =  4, 10, 10, 10, 10, 10 
    104 flag_dtec         =  4, 10, 10, 10, 10, 10 
    105 ### more variables for q tendency monthly 
    106 flag_dqeva        =  5, 10, 10, 10, 10, 10 
    107 flag_dqcon        =  4, 10, 10, 10, 10, 10 
    108 flag_dqajs        =  4, 10, 10, 10, 10, 10 
    109 flag_dqlsc        =  5, 10, 10, 10, 10, 10 
    110 ### nouvelle physique monthly 
    111 flag_dtthe        =  4, 10, 10, 10, 10, 10 
    112 flag_dtwak        =  4, 5, 10, 10, 10, 10 
    113 flag_dqthe        =  4, 10, 10, 10, 10, 10 
    114 flag_dqwak        =  4, 5, 10, 10, 10, 10 
    115 flag_ftime_th     =  4, 10, 10, 5, 10, 10 
    116 # 
    117 # Parametres niveau de sorties differents fichiers 
    118 # 
    119 ### parametres pour hist*NMC.nc 
    120 #lev_histdayNMC: nombre de niveaux sur la verticale dans le fichier 
    121 #                histdayNMC: 8 ou 17 
    122 lev_histdayNMC=8 
    123 ### - ok_histNMC = y/n, y/n, y/n pour avoir les sorties NMC mensuelles, journalieres et haute frequence 
    124 ok_histNMC = y, n, n 
    125 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 
    126 freq_ISCCP=10800. 
    127 ### freqout_isccp = frequence output en jours du simulateur ISCCP 
    128 ecrit_ISCCP=_ecrit-ISCCP_ 
     28 
    12929### niveau du diagnostique de conservation d energie 
    13030if_ebil=0 
     
    249149# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    250150read_climoz=2 
    251 # 
    252 # Parametres simulateur COSP (CFMIP Observational Simulator Package) 
    253 # 
    254 ### ok_cosp=y/n flag simulateur COSP 
    255 ok_cosp=n 
    256 ### freq_COSP = frequence d'appel de COSP en secondes 
    257 freq_COSP=10800. 
    258 ### ok_mensuelCOSP=y/n sortir fichier mensuel COSP histmthCOSP.nc, =n pas de fichier histmthCOSP.nc 
    259 ok_mensuelCOSP=y 
    260 ### ok_journeCOSP=y/n sortir fichier journalier histdayCOSP.nc, =n pas de fichier histdayCOSP.nc 
    261 ok_journeCOSP=y 
    262 ### ok_hfCOSP=y/n, ecrire sorties  haute frequence histhfCOSP.nc, =n pas de fichier histhfCOSP.nc 
    263 ok_hfCOSP=n 
    264 # 
    265 # Parametres simulateur ISCCP 
    266 # 
    267 ### ok_isccp=y/n flag simulateur ISCCP 
    268 ok_isccp=n 
    269 ### top_height = flag choix calcul nuages par le simulateur en utilisant  
    270 # -              les donnees IR et/ou VIS et l algorithme ISCCP-D1 
    271 # - top_height = 1 -> algo IR-VIS 
    272 # - top_height = 2 -> identique a 1, mais "ptop(ibox)=pfull(ilev)" 
    273 # - top_height = 3 -> algo IR 
    274 top_height = 1 
    275 ### overlap =    Hypothese de Recouvrement (HR) utilisee pour le simulateur ISCCP 
    276 # - overlap=1    Max overlap 
    277 # - overlap=2    Random overlap 
    278 # - overlap=3    Max/Random overlap 
    279 overlap = 3 
  • CONFIG/IPSLCM/IPSLCM5-2/Chistorical/PARAM/run.def

    r907 r1540  
    44INCLUDEDEF=gcm.def 
    55INCLUDEDEF=orchidee.def 
     6INCLUDEDEF=output.def 
    67## Type de calendrier utilise 
    78## valeur possible: earth_360d (defaut), earth_365d, earth_366d 
  • CONFIG/IPSLCM/IPSLCM5-2/CpiControl/COMP/lmdz.card

    r1537 r1540  
    5959        (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt,                .),    \ 
    6060        (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt,               .),    \ 
     61        (${SUBMIT_DIR}/PARAM/output.def, .), \ 
    6162        (${SUBMIT_DIR}/PARAM/run.def, .), \ 
    6263        (${SUBMIT_DIR}/PARAM/traceur.def, .) 
  • CONFIG/IPSLCM/IPSLCM5-2/CpiControl/COMP/lmdz.driver

    r1539 r1540  
    264264 
    265265 
    266     ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 
     266    ## output.def parameters 
    267267    #  columns in phys_output_filekeys refer to the filenames given in phys_out_filenames in physiq.def :   
    268268    #                                            histmth       histday        histhf    histfh3h   histhf3hm   histstn 
    269     LMDZ_sed physiq.def phys_out_filekeys        ${ok_mensuel} ${ok_journe}   ${ok_hf}  ${ok_hf3h} ${ok_hf3hm} ${ok_stn} 
    270     LMDZ_sed physiq.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 
    271     LMDZ_sed physiq.def ok_cosp     ${LMDZ_COSP_OK} 
    272     LMDZ_sed physiq.def ok_mensuelCOSP  ${LMDZ_COSP_monthly} 
    273     LMDZ_sed physiq.def ok_journeCOSP   ${LMDZ_COSP_daily} 
    274     LMDZ_sed physiq.def ok_hfCOSP   ${LMDZ_COSP_hf} 
    275     LMDZ_sed physiq.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
     269    LMDZ_sed output.def phys_out_filekeys        ${ok_mensuel} ${ok_journe}   ${ok_hf}  ${ok_hf3h} ${ok_hf3hm} ${ok_stn} 
     270    LMDZ_sed output.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 
     271    LMDZ_sed output.def ok_cosp     ${LMDZ_COSP_OK} 
     272    LMDZ_sed output.def ok_mensuelCOSP  ${LMDZ_COSP_monthly} 
     273    LMDZ_sed output.def ok_journeCOSP   ${LMDZ_COSP_daily} 
     274    LMDZ_sed output.def ok_hfCOSP   ${LMDZ_COSP_hf} 
     275    LMDZ_sed output.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
    276276 
    277277    ## gcm.def parameters : no change since gcm.def_${RESOL_ATM_3D} is used and already modified 
  • CONFIG/IPSLCM/IPSLCM5-2/CpiControl/PARAM/physiq.def_L19

    r1539 r1540  
    2626# 
    2727# 
    28 # 
    29 # Parametres fichiers de sortie 
    30 # 
    31 # Noms des fichiers 
    32 phys_out_filenames=      histmth histday histhf   histhf3h  histhf3hm histstn 
    33 # Sortir ou non les fichiers 
    34 phys_out_filekeys=       n       n       n        n         n         n 
    35 # Niveaux de sorties 
    36 phys_out_filelevels=     5       5       5        5         5         5 
    37 ### Type de fichier : global (n) ou stations (y) 
    38 phys_out_filestations =  n       n       n        n         n         y 
    39 ### Frequences des sorties 
    40 phys_out_filetimesteps = 1.mth,  1.day,  0.25day, 0.125day, 0.125day, 1800.s 
    41 # 
    42 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 
    43 freq_ISCCP=10800. 
    44 ### freqout_isccp = frequence output en jours du simulateur ISCCP 
    45 ecrit_ISCCP=_ecrit-ISCCP_ 
    4628### niveau du diagnostique de conservation d energie 
    4729if_ebil=0 
     
    166148# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    167149read_climoz=0 
    168 # 
    169 # Parametres simulateur COSP (CFMIP Observational Simulator Package) 
    170 # 
    171 ### ok_cosp=y/n flag simulateur COSP 
    172 ok_cosp=n 
    173 ## freq_COSP = frequence d'appel de COSP en secondes 
    174 freq_COSP=10800. 
    175 # 
    176 # Parametres simulateur ISCCP 
    177 # 
    178 ### ok_isccp=y/n flag simulateur ISCCP 
    179 ok_isccp=n 
    180 ### top_height = flag choix calcul nuages par le simulateur en utilisant  
    181 # -              les donnees IR et/ou VIS et l algorithme ISCCP-D1 
    182 # - top_height = 1 -> algo IR-VIS 
    183 # - top_height = 2 -> identique a 1, mais "ptop(ibox)=pfull(ilev)" 
    184 # - top_height = 3 -> algo IR 
    185 top_height = 1 
    186 ### overlap =    Hypothese de Recouvrement (HR) utilisee pour le simulateur ISCCP 
    187 # - overlap=1    Max overlap 
    188 # - overlap=2    Random overlap 
    189 # - overlap=3    Max/Random overlap 
    190 overlap = 3 
     150 
  • CONFIG/IPSLCM/IPSLCM5-2/CpiControl/PARAM/physiq.def_L39

    r1539 r1540  
    2626# 
    2727# 
    28 # 
    29 # Parametres fichiers de sortie 
    30 # 
    31 # Noms des fichiers 
    32 phys_out_filenames=      histmth histday histhf   histhf3h  histhf3hm histstn 
    33 # Sortir ou non les fichiers 
    34 phys_out_filekeys=       n       n       n        n         n         n 
    35 # Niveaux de sorties 
    36 phys_out_filelevels=     5       5       2        5         5         5 
    37 ### Type de fichier : global (n) ou stations (y) 
    38 phys_out_filestations =  n       n       n        n         n         y 
    39 ### Frequences des sorties 
    40 phys_out_filetimesteps = 1.mth,  1.day,  0.25day, 0.125day, 0.125day, 1800.s 
    41 # 
    42 # 
    43 ### variables niveaux pressions 100, 50, 10 hPa a 3h-inst - F.Lott 
    44 flag_t100       = 1, 7, 7, 5, 10, 10 
    45 flag_u100       = 1, 7, 7, 5, 10, 10 
    46 flag_v100       = 1, 7, 7, 5, 10, 10 
    47 flag_w100       = 1, 7, 7, 5, 10, 10 
    48 flag_t50        = 1, 7, 7, 5, 10, 10 
    49 flag_u50        = 1, 7, 7, 5, 10, 10 
    50 flag_v50        = 1, 7, 7, 5, 10, 10 
    51 flag_w50        = 1, 7, 7, 5, 10, 10 
    52 flag_t10        = 1, 7, 7, 5, 10, 10 
    53 flag_u10        = 1, 7, 7, 5, 10, 10 
    54 flag_v10        = 1, 7, 7, 5, 10, 10 
    55 flag_w10        = 1, 7, 7, 5, 10, 10 
    56 # more variables for level 5 histday/month: vitw and pres 
    57 # Vertical wind 
    58 flag_vitw         =  2, 3, 7, 6, 6, 6 
    59 # Air pressure 
    60 flag_pres         =  2, 3, 7, 6, 6, 6 
    61 # w500 for histday 
    62 flag_w500         =  1, 5, 3, 10, 10, 10 
    63 # t700 for histday 
    64 flag_t700         =  1, 5, 3, 10, 10, 10 
    65 # Cloud fraction 
    66 flag_rneb         =  2, 5, 10, 5, 10, 10 
    67 # Aga sortie avec niveau 2 
    68 flag_Aga          =  2, 10, 10, 10, 10, 10 
    69 # niveaux maximum 5 mensuel pour variables CFMIP 
    70 flag_rlu          =  5, 10, 10, 10, 10, 10 
    71 flag_rsu          =  5, 10, 10, 10, 10, 10 
    72 flag_rld          =  5, 10, 10, 10, 10, 10 
    73 flag_rsd          =  5, 10, 10, 10, 10, 10 
    74 flag_rlucs        =  5, 10, 10, 10, 10, 10 
    75 flag_rsucs        =  5, 10, 10, 10, 10, 10 
    76 flag_rldcs        =  5, 10, 10, 10, 10, 10 
    77 flag_rsdcs        =  5, 10, 10, 10, 10, 10 
    78 flag_tnt          =  5, 10, 10, 10, 10, 10 
    79 flag_dtdyn        =  4, 10, 10, 10, 10, 10 
    80 flag_dtphy        =  4, 10, 10, 10, 10, 10 
    81 flag_dtlschr      =  5, 10, 10, 10, 10, 10 
    82 flag_tntr         =  5, 10, 10, 10, 10, 10 
    83 flag_tntc         =  5, 10, 10, 10, 10, 10 
    84 flag_tntscpbl     =  5, 10, 10, 10, 10, 10 
    85 flag_tnhus        =  5, 10, 10, 10, 10, 10 
    86 flag_dqdyn        =  4, 10, 10, 10, 10, 10 
    87 flag_tnhusc       =  5, 10, 10, 10, 10, 10 
    88 flag_dqvdf        =  5, 10, 10, 10, 10, 10 
    89 flag_tnhusscpbl   =  5, 10, 10, 10, 10, 10 
    90 flag_dqphy        =  2, 10, 10, 10, 10, 10 
    91 flag_evu          =  5, 10, 10, 10, 10, 10 
    92 flag_kz           =  4, 10, 10, 10, 10, 10 
    93 ### 
    94 # more variables for t tendency monthly 
    95 ### 
    96 flag_dtvdf        =  5, 10, 10, 10, 10, 10 
    97 flag_dteva        =  5, 10, 10, 10, 10, 10 
    98 flag_dtcon        =  4, 10, 10, 10, 10, 10 
    99 flag_dtajs        =  4, 10, 10, 10, 10, 10 
    100 flag_dtlsc        =  4, 10, 10, 10, 10, 10 
    101 flag_dtoro        =  4, 10, 10, 10, 10, 10 
    102 flag_dtlif        =  4, 10, 10, 10, 10, 10 
    103 flag_dthin        =  4, 10, 10, 10, 10, 10 
    104 flag_dtec         =  4, 10, 10, 10, 10, 10 
    105 ### more variables for q tendency monthly 
    106 flag_dqeva        =  5, 10, 10, 10, 10, 10 
    107 flag_dqcon        =  4, 10, 10, 10, 10, 10 
    108 flag_dqajs        =  4, 10, 10, 10, 10, 10 
    109 flag_dqlsc        =  5, 10, 10, 10, 10, 10 
    110 ### nouvelle physique monthly 
    111 flag_dtthe        =  4, 10, 10, 10, 10, 10 
    112 flag_dtwak        =  4, 5, 10, 10, 10, 10 
    113 flag_dqthe        =  4, 10, 10, 10, 10, 10 
    114 flag_dqwak        =  4, 5, 10, 10, 10, 10 
    115 flag_ftime_th     =  4, 10, 10, 5, 10, 10 
    116 # 
    117 # Parametres niveau de sorties differents fichiers 
    118 # 
    119 ### parametres pour hist*NMC.nc 
    120 #lev_histdayNMC: nombre de niveaux sur la verticale dans le fichier 
    121 #                histdayNMC: 8 ou 17 
    122 lev_histdayNMC=8 
    123 ### - ok_histNMC = y/n, y/n, y/n pour avoir les sorties NMC mensuelles, journalieres et haute frequence 
    124 ok_histNMC = y, n, n 
    125 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 
    126 freq_ISCCP=10800. 
    127 ### freqout_isccp = frequence output en jours du simulateur ISCCP 
    128 ecrit_ISCCP=_ecrit-ISCCP_ 
    12928### niveau du diagnostique de conservation d energie 
    13029if_ebil=0 
     
    249148# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    250149read_climoz=2 
    251 # 
    252 # Parametres simulateur COSP (CFMIP Observational Simulator Package) 
    253 # 
    254 ### ok_cosp=y/n flag simulateur COSP 
    255 ok_cosp=n 
    256 ### freq_COSP = frequence d'appel de COSP en secondes 
    257 freq_COSP=10800. 
    258 ### ok_mensuelCOSP=y/n sortir fichier mensuel COSP histmthCOSP.nc, =n pas de fichier histmthCOSP.nc 
    259 ok_mensuelCOSP=y 
    260 ### ok_journeCOSP=y/n sortir fichier journalier histdayCOSP.nc, =n pas de fichier histdayCOSP.nc 
    261 ok_journeCOSP=y 
    262 ### ok_hfCOSP=y/n, ecrire sorties  haute frequence histhfCOSP.nc, =n pas de fichier histhfCOSP.nc 
    263 ok_hfCOSP=n 
    264 # 
    265 # Parametres simulateur ISCCP 
    266 # 
    267 ### ok_isccp=y/n flag simulateur ISCCP 
    268 ok_isccp=n 
    269 ### top_height = flag choix calcul nuages par le simulateur en utilisant  
    270 # -              les donnees IR et/ou VIS et l algorithme ISCCP-D1 
    271 # - top_height = 1 -> algo IR-VIS 
    272 # - top_height = 2 -> identique a 1, mais "ptop(ibox)=pfull(ilev)" 
    273 # - top_height = 3 -> algo IR 
    274 top_height = 1 
    275 ### overlap =    Hypothese de Recouvrement (HR) utilisee pour le simulateur ISCCP 
    276 # - overlap=1    Max overlap 
    277 # - overlap=2    Random overlap 
    278 # - overlap=3    Max/Random overlap 
    279 overlap = 3 
  • CONFIG/IPSLCM/IPSLCM5-2/CpiControl/PARAM/run.def

    r907 r1540  
    44INCLUDEDEF=gcm.def 
    55INCLUDEDEF=orchidee.def 
     6INCLUDEDEF=output.def 
    67## Type de calendrier utilise 
    78## valeur possible: earth_360d (defaut), earth_365d, earth_366d 
  • CONFIG/IPSLCM/IPSLCM5-2/EXP00/COMP/lmdz.card

    r1507 r1540  
    5555        (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt,                .),    \ 
    5656        (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt,               .),    \ 
     57        (${SUBMIT_DIR}/PARAM/output.def, .), \ 
    5758        (${SUBMIT_DIR}/PARAM/run.def, .), \ 
    5859        (${SUBMIT_DIR}/PARAM/traceur.def, .) 
  • CONFIG/IPSLCM/IPSLCM5-2/EXP00/COMP/lmdz.driver

    r1539 r1540  
    264264 
    265265 
    266     ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 
     266    ## output.def parameters 
    267267    #  columns in phys_output_filekeys refer to the filenames given in phys_out_filenames in physiq.def :   
    268268    #                                            histmth       histday        histhf    histfh3h   histhf3hm   histstn 
    269     LMDZ_sed physiq.def phys_out_filekeys        ${ok_mensuel} ${ok_journe}   ${ok_hf}  ${ok_hf3h} ${ok_hf3hm} ${ok_stn} 
    270     LMDZ_sed physiq.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 
    271     LMDZ_sed physiq.def ok_cosp     ${LMDZ_COSP_OK} 
    272     LMDZ_sed physiq.def ok_mensuelCOSP  ${LMDZ_COSP_monthly} 
    273     LMDZ_sed physiq.def ok_journeCOSP   ${LMDZ_COSP_daily} 
    274     LMDZ_sed physiq.def ok_hfCOSP   ${LMDZ_COSP_hf} 
    275     LMDZ_sed physiq.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
     269    LMDZ_sed output.def phys_out_filekeys        ${ok_mensuel} ${ok_journe}   ${ok_hf}  ${ok_hf3h} ${ok_hf3hm} ${ok_stn} 
     270    LMDZ_sed output.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 
     271    LMDZ_sed output.def ok_cosp     ${LMDZ_COSP_OK} 
     272    LMDZ_sed output.def ok_mensuelCOSP  ${LMDZ_COSP_monthly} 
     273    LMDZ_sed output.def ok_journeCOSP   ${LMDZ_COSP_daily} 
     274    LMDZ_sed output.def ok_hfCOSP   ${LMDZ_COSP_hf} 
     275    LMDZ_sed output.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
    276276 
    277277    ## gcm.def parameters : no change since gcm.def_${RESOL_ATM_3D} is used and already modified 
  • CONFIG/IPSLCM/IPSLCM5-2/EXP00/PARAM/physiq.def_L19

    r1539 r1540  
    2626# 
    2727# 
    28 # 
    29 # Parametres fichiers de sortie 
    30 # 
    31 # Noms des fichiers 
    32 phys_out_filenames=      histmth histday histhf   histhf3h  histhf3hm histstn 
    33 # Sortir ou non les fichiers 
    34 phys_out_filekeys=       n       n       n        n         n         n 
    35 # Niveaux de sorties 
    36 phys_out_filelevels=     5       5       5        5         5         5 
    37 ### Type de fichier : global (n) ou stations (y) 
    38 phys_out_filestations =  n       n       n        n         n         y 
    39 ### Frequences des sorties 
    40 phys_out_filetimesteps = 1.mth,  1.day,  0.25day, 0.125day, 0.125day, 1800.s 
    41 # 
    42 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 
    43 freq_ISCCP=10800. 
    44 ### freqout_isccp = frequence output en jours du simulateur ISCCP 
    45 ecrit_ISCCP=_ecrit-ISCCP_ 
    4628### niveau du diagnostique de conservation d energie 
    4729if_ebil=0 
     
    166148# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    167149read_climoz=0 
    168 # 
    169 # Parametres simulateur COSP (CFMIP Observational Simulator Package) 
    170 # 
    171 ### ok_cosp=y/n flag simulateur COSP 
    172 ok_cosp=n 
    173 ## freq_COSP = frequence d'appel de COSP en secondes 
    174 freq_COSP=10800. 
    175 # 
    176 # Parametres simulateur ISCCP 
    177 # 
    178 ### ok_isccp=y/n flag simulateur ISCCP 
    179 ok_isccp=n 
    180 ### top_height = flag choix calcul nuages par le simulateur en utilisant  
    181 # -              les donnees IR et/ou VIS et l algorithme ISCCP-D1 
    182 # - top_height = 1 -> algo IR-VIS 
    183 # - top_height = 2 -> identique a 1, mais "ptop(ibox)=pfull(ilev)" 
    184 # - top_height = 3 -> algo IR 
    185 top_height = 1 
    186 ### overlap =    Hypothese de Recouvrement (HR) utilisee pour le simulateur ISCCP 
    187 # - overlap=1    Max overlap 
    188 # - overlap=2    Random overlap 
    189 # - overlap=3    Max/Random overlap 
    190 overlap = 3 
     150 
  • CONFIG/IPSLCM/IPSLCM5-2/EXP00/PARAM/physiq.def_L39

    r1539 r1540  
    2626# 
    2727# 
    28 # 
    29 # Parametres fichiers de sortie 
    30 # 
    31 # Noms des fichiers 
    32 phys_out_filenames=      histmth histday histhf   histhf3h  histhf3hm histstn 
    33 # Sortir ou non les fichiers 
    34 phys_out_filekeys=       n       n       n        n         n         n 
    35 # Niveaux de sorties 
    36 phys_out_filelevels=     5       2       2        5         5         5 
    37 ### Type de fichier : global (n) ou stations (y) 
    38 phys_out_filestations =  n       n       n        n         n         y 
    39 ### Frequences des sorties 
    40 phys_out_filetimesteps = 1.mth,  1.day,  0.25day, 0.125day, 0.125day, 1800.s 
    41 # 
    42 # 
    43 # Parametres niveau de sorties differents fichiers 
    44 # 
    45 ### parametres pour hist*NMC.nc 
    46 #lev_histdayNMC: nombre de niveaux sur la verticale dans le fichier 
    47 #                histdayNMC: 8 ou 17 
    48 lev_histdayNMC=8 
    49 ### - ok_histNMC = y/n, y/n, y/n pour avoir les sorties NMC mensuelles, journalieres et haute frequence 
    50 ok_histNMC = y, n, n 
    51  
    52 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 
    53 freq_ISCCP=10800. 
    54 ### freqout_isccp = frequence output en jours du simulateur ISCCP 
    55 ecrit_ISCCP=_ecrit-ISCCP_ 
    5628### niveau du diagnostique de conservation d energie 
    5729if_ebil=0 
     
    177149read_climoz=2 
    178150# 
    179 # Parametres simulateur COSP (CFMIP Observational Simulator Package) 
    180 # 
    181 ### ok_cosp=y/n flag simulateur COSP 
    182 ok_cosp=n 
    183 ### freq_COSP = frequence d'appel de COSP en secondes 
    184 freq_COSP=10800. 
    185 ### ok_mensuelCOSP=y/n sortir fichier mensuel COSP histmthCOSP.nc, =n pas de fichier histmthCOSP.nc 
    186 ok_mensuelCOSP=y 
    187 ### ok_journeCOSP=y/n sortir fichier journalier histdayCOSP.nc, =n pas de fichier histdayCOSP.nc 
    188 ok_journeCOSP=y 
    189 ### ok_hfCOSP=y/n, ecrire sorties  haute frequence histhfCOSP.nc, =n pas de fichier histhfCOSP.nc 
    190 ok_hfCOSP=n 
    191 # 
    192 # Parametres simulateur ISCCP 
    193 # 
    194 ### ok_isccp=y/n flag simulateur ISCCP 
    195 ok_isccp=n 
    196 ### top_height = flag choix calcul nuages par le simulateur en utilisant  
    197 # -              les donnees IR et/ou VIS et l algorithme ISCCP-D1 
    198 # - top_height = 1 -> algo IR-VIS 
    199 # - top_height = 2 -> identique a 1, mais "ptop(ibox)=pfull(ilev)" 
    200 # - top_height = 3 -> algo IR 
    201 top_height = 1 
    202 ### overlap =    Hypothese de Recouvrement (HR) utilisee pour le simulateur ISCCP 
    203 # - overlap=1    Max overlap 
    204 # - overlap=2    Random overlap 
    205 # - overlap=3    Max/Random overlap 
    206 overlap = 3 
  • CONFIG/IPSLCM/IPSLCM5-2/EXP00/PARAM/run.def

    r907 r1540  
    44INCLUDEDEF=gcm.def 
    55INCLUDEDEF=orchidee.def 
     6INCLUDEDEF=output.def 
    67## Type de calendrier utilise 
    78## valeur possible: earth_360d (defaut), earth_365d, earth_366d 
  • CONFIG/IPSLCM/IPSLCM5-2/historical/COMP/lmdz.card

    r1538 r1540  
    6262        (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt,                .),    \ 
    6363        (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt,               .),    \ 
     64        (${SUBMIT_DIR}/PARAM/output.def, .), \ 
    6465        (${SUBMIT_DIR}/PARAM/run.def, .), \ 
    6566        (${SUBMIT_DIR}/PARAM/traceur.def, .) 
  • CONFIG/IPSLCM/IPSLCM5-2/historical/COMP/lmdz.driver

    r1539 r1540  
    264264 
    265265 
    266     ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 
     266    ## output.def parameters 
    267267    #  columns in phys_output_filekeys refer to the filenames given in phys_out_filenames in physiq.def :   
    268268    #                                            histmth       histday        histhf    histfh3h   histhf3hm   histstn 
    269     LMDZ_sed physiq.def phys_out_filekeys        ${ok_mensuel} ${ok_journe}   ${ok_hf}  ${ok_hf3h} ${ok_hf3hm} ${ok_stn} 
    270     LMDZ_sed physiq.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 
    271     LMDZ_sed physiq.def ok_cosp     ${LMDZ_COSP_OK} 
    272     LMDZ_sed physiq.def ok_mensuelCOSP  ${LMDZ_COSP_monthly} 
    273     LMDZ_sed physiq.def ok_journeCOSP   ${LMDZ_COSP_daily} 
    274     LMDZ_sed physiq.def ok_hfCOSP   ${LMDZ_COSP_hf} 
    275     LMDZ_sed physiq.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
     269    LMDZ_sed output.def phys_out_filekeys        ${ok_mensuel} ${ok_journe}   ${ok_hf}  ${ok_hf3h} ${ok_hf3hm} ${ok_stn} 
     270    LMDZ_sed output.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 
     271    LMDZ_sed output.def ok_cosp     ${LMDZ_COSP_OK} 
     272    LMDZ_sed output.def ok_mensuelCOSP  ${LMDZ_COSP_monthly} 
     273    LMDZ_sed output.def ok_journeCOSP   ${LMDZ_COSP_daily} 
     274    LMDZ_sed output.def ok_hfCOSP   ${LMDZ_COSP_hf} 
     275    LMDZ_sed output.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
    276276 
    277277    ## gcm.def parameters : no change since gcm.def_${RESOL_ATM_3D} is used and already modified 
  • CONFIG/IPSLCM/IPSLCM5-2/historical/PARAM/physiq.def_L19

    r1539 r1540  
    2626# 
    2727# 
    28 # 
    29 # Parametres fichiers de sortie 
    30 # 
    31 # Noms des fichiers 
    32 phys_out_filenames=      histmth histday histhf   histhf3h  histhf3hm histstn 
    33 # Sortir ou non les fichiers 
    34 phys_out_filekeys=       n       n       n        n         n         n 
    35 # Niveaux de sorties 
    36 phys_out_filelevels=     5       5       5        5         5         5 
    37 ### Type de fichier : global (n) ou stations (y) 
    38 phys_out_filestations =  n       n       n        n         n         y 
    39 ### Frequences des sorties 
    40 phys_out_filetimesteps = 1.mth,  1.day,  0.25day, 0.125day, 0.125day, 1800.s 
    41 # 
    42 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 
    43 freq_ISCCP=10800. 
    44 ### freqout_isccp = frequence output en jours du simulateur ISCCP 
    45 ecrit_ISCCP=_ecrit-ISCCP_ 
    4628### niveau du diagnostique de conservation d energie 
    4729if_ebil=0 
     
    166148# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    167149read_climoz=0 
    168 # 
    169 # Parametres simulateur COSP (CFMIP Observational Simulator Package) 
    170 # 
    171 ### ok_cosp=y/n flag simulateur COSP 
    172 ok_cosp=n 
    173 ## freq_COSP = frequence d'appel de COSP en secondes 
    174 freq_COSP=10800. 
    175 # 
    176 # Parametres simulateur ISCCP 
    177 # 
    178 ### ok_isccp=y/n flag simulateur ISCCP 
    179 ok_isccp=n 
    180 ### top_height = flag choix calcul nuages par le simulateur en utilisant  
    181 # -              les donnees IR et/ou VIS et l algorithme ISCCP-D1 
    182 # - top_height = 1 -> algo IR-VIS 
    183 # - top_height = 2 -> identique a 1, mais "ptop(ibox)=pfull(ilev)" 
    184 # - top_height = 3 -> algo IR 
    185 top_height = 1 
    186 ### overlap =    Hypothese de Recouvrement (HR) utilisee pour le simulateur ISCCP 
    187 # - overlap=1    Max overlap 
    188 # - overlap=2    Random overlap 
    189 # - overlap=3    Max/Random overlap 
    190 overlap = 3 
     150 
  • CONFIG/IPSLCM/IPSLCM5-2/historical/PARAM/physiq.def_L39

    r1539 r1540  
    2626# 
    2727# 
    28 # 
    29 # Parametres fichiers de sortie 
    30 # 
    31 # Noms des fichiers 
    32 phys_out_filenames=      histmth histday histhf   histhf3h  histhf3hm histstn 
    33 # Sortir ou non les fichiers 
    34 phys_out_filekeys=       n       n       n        n         n         n 
    35 # Niveaux de sorties 
    36 phys_out_filelevels=     5       5       5        5         5         5 
    37 ### Type de fichier : global (n) ou stations (y) 
    38 phys_out_filestations =  n       n       n        n         n         y 
    39 ### Frequences des sorties 
    40 phys_out_filetimesteps = 1.mth,  1.day,  0.25day, 0.125day, 0.125day, 1800.s 
    41 # 
    42 # 
    43 ### variables niveaux pressions 100, 50, 10 hPa a 3h-inst - F.Lott 
    44 flag_t100       = 1, 7, 7, 5, 10, 10 
    45 flag_u100       = 1, 7, 7, 5, 10, 10 
    46 flag_v100       = 1, 7, 7, 5, 10, 10 
    47 flag_w100       = 1, 7, 7, 5, 10, 10 
    48 flag_t50        = 1, 7, 7, 5, 10, 10 
    49 flag_u50        = 1, 7, 7, 5, 10, 10 
    50 flag_v50        = 1, 7, 7, 5, 10, 10 
    51 flag_w50        = 1, 7, 7, 5, 10, 10 
    52 flag_t10        = 1, 7, 7, 5, 10, 10 
    53 flag_u10        = 1, 7, 7, 5, 10, 10 
    54 flag_v10        = 1, 7, 7, 5, 10, 10 
    55 flag_w10        = 1, 7, 7, 5, 10, 10 
    56 # more variables for level 5 histday/month: vitw and pres 
    57 # Vertical wind 
    58 flag_vitw         =  2, 3, 7, 6, 6, 6 
    59 # Air pressure 
    60 flag_pres         =  2, 3, 7, 6, 6, 6 
    61 # w500 for histday 
    62 flag_w500         =  1, 5, 3, 10, 10, 10 
    63 # t700 for histday 
    64 flag_t700         =  1, 5, 3, 10, 10, 10 
    65 # Cloud fraction 
    66 flag_rneb         =  2, 5, 10, 5, 10, 10 
    67 # Aga sortie avec niveau 2 
    68 flag_Aga          =  2, 10, 10, 10, 10, 10 
    69 # niveaux maximum 5 mensuel pour variables CFMIP 
    70 flag_rlu          =  5, 10, 10, 10, 10, 10 
    71 flag_rsu          =  5, 10, 10, 10, 10, 10 
    72 flag_rld          =  5, 10, 10, 10, 10, 10 
    73 flag_rsd          =  5, 10, 10, 10, 10, 10 
    74 flag_rlucs        =  5, 10, 10, 10, 10, 10 
    75 flag_rsucs        =  5, 10, 10, 10, 10, 10 
    76 flag_rldcs        =  5, 10, 10, 10, 10, 10 
    77 flag_rsdcs        =  5, 10, 10, 10, 10, 10 
    78 flag_tnt          =  5, 10, 10, 10, 10, 10 
    79 flag_dtdyn        =  4, 10, 10, 10, 10, 10 
    80 flag_dtphy        =  4, 10, 10, 10, 10, 10 
    81 flag_dtlschr      =  5, 10, 10, 10, 10, 10 
    82 flag_tntr         =  5, 10, 10, 10, 10, 10 
    83 flag_tntc         =  5, 10, 10, 10, 10, 10 
    84 flag_tntscpbl     =  5, 10, 10, 10, 10, 10 
    85 flag_tnhus        =  5, 10, 10, 10, 10, 10 
    86 flag_dqdyn        =  4, 10, 10, 10, 10, 10 
    87 flag_tnhusc       =  5, 10, 10, 10, 10, 10 
    88 flag_dqvdf        =  5, 10, 10, 10, 10, 10 
    89 flag_tnhusscpbl   =  5, 10, 10, 10, 10, 10 
    90 flag_dqphy        =  2, 10, 10, 10, 10, 10 
    91 flag_evu          =  5, 10, 10, 10, 10, 10 
    92 flag_kz           =  4, 10, 10, 10, 10, 10 
    93 ### 
    94 # more variables for t tendency monthly 
    95 ### 
    96 flag_dtvdf        =  5, 10, 10, 10, 10, 10 
    97 flag_dteva        =  5, 10, 10, 10, 10, 10 
    98 flag_dtcon        =  4, 10, 10, 10, 10, 10 
    99 flag_dtajs        =  4, 10, 10, 10, 10, 10 
    100 flag_dtlsc        =  4, 10, 10, 10, 10, 10 
    101 flag_dtoro        =  4, 10, 10, 10, 10, 10 
    102 flag_dtlif        =  4, 10, 10, 10, 10, 10 
    103 flag_dthin        =  4, 10, 10, 10, 10, 10 
    104 flag_dtec         =  4, 10, 10, 10, 10, 10 
    105 ### more variables for q tendency monthly 
    106 flag_dqeva        =  5, 10, 10, 10, 10, 10 
    107 flag_dqcon        =  4, 10, 10, 10, 10, 10 
    108 flag_dqajs        =  4, 10, 10, 10, 10, 10 
    109 flag_dqlsc        =  5, 10, 10, 10, 10, 10 
    110 ### nouvelle physique monthly 
    111 flag_dtthe        =  4, 10, 10, 10, 10, 10 
    112 flag_dtwak        =  4, 5, 10, 10, 10, 10 
    113 flag_dqthe        =  4, 10, 10, 10, 10, 10 
    114 flag_dqwak        =  4, 5, 10, 10, 10, 10 
    115 flag_ftime_th     =  4, 10, 10, 5, 10, 10 
    116 # 
    117 # Parametres niveau de sorties differents fichiers 
    118 # 
    119 ### parametres pour hist*NMC.nc 
    120 #lev_histdayNMC: nombre de niveaux sur la verticale dans le fichier 
    121 #                histdayNMC: 8 ou 17 
    122 lev_histdayNMC=8 
    123 ### - ok_histNMC = y/n, y/n, y/n pour avoir les sorties NMC mensuelles, journalieres et haute frequence 
    124 ok_histNMC = y, n, n 
    125 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 
    126 freq_ISCCP=10800. 
    127 ### freqout_isccp = frequence output en jours du simulateur ISCCP 
    128 ecrit_ISCCP=_ecrit-ISCCP_ 
     28 
    12929### niveau du diagnostique de conservation d energie 
    13030if_ebil=0 
     
    249149# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    250150read_climoz=2 
    251 # 
    252 # Parametres simulateur COSP (CFMIP Observational Simulator Package) 
    253 # 
    254 ### ok_cosp=y/n flag simulateur COSP 
    255 ok_cosp=n 
    256 ### freq_COSP = frequence d'appel de COSP en secondes 
    257 freq_COSP=10800. 
    258 ### ok_mensuelCOSP=y/n sortir fichier mensuel COSP histmthCOSP.nc, =n pas de fichier histmthCOSP.nc 
    259 ok_mensuelCOSP=y 
    260 ### ok_journeCOSP=y/n sortir fichier journalier histdayCOSP.nc, =n pas de fichier histdayCOSP.nc 
    261 ok_journeCOSP=y 
    262 ### ok_hfCOSP=y/n, ecrire sorties  haute frequence histhfCOSP.nc, =n pas de fichier histhfCOSP.nc 
    263 ok_hfCOSP=n 
    264 # 
    265 # Parametres simulateur ISCCP 
    266 # 
    267 ### ok_isccp=y/n flag simulateur ISCCP 
    268 ok_isccp=n 
    269 ### top_height = flag choix calcul nuages par le simulateur en utilisant  
    270 # -              les donnees IR et/ou VIS et l algorithme ISCCP-D1 
    271 # - top_height = 1 -> algo IR-VIS 
    272 # - top_height = 2 -> identique a 1, mais "ptop(ibox)=pfull(ilev)" 
    273 # - top_height = 3 -> algo IR 
    274 top_height = 1 
    275 ### overlap =    Hypothese de Recouvrement (HR) utilisee pour le simulateur ISCCP 
    276 # - overlap=1    Max overlap 
    277 # - overlap=2    Random overlap 
    278 # - overlap=3    Max/Random overlap 
    279 overlap = 3 
  • CONFIG/IPSLCM/IPSLCM5-2/historical/PARAM/run.def

    r907 r1540  
    44INCLUDEDEF=gcm.def 
    55INCLUDEDEF=orchidee.def 
     6INCLUDEDEF=output.def 
    67## Type de calendrier utilise 
    78## valeur possible: earth_360d (defaut), earth_365d, earth_366d 
  • CONFIG/IPSLCM/IPSLCM5-2/piControl/COMP/lmdz.card

    r1507 r1540  
    5454        (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt,                .),    \ 
    5555        (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt,               .),    \ 
     56        (${SUBMIT_DIR}/PARAM/output.def, .), \ 
    5657        (${SUBMIT_DIR}/PARAM/run.def, .), \ 
    5758        (${SUBMIT_DIR}/PARAM/traceur.def, .) 
  • CONFIG/IPSLCM/IPSLCM5-2/piControl/COMP/lmdz.driver

    r1539 r1540  
    264264 
    265265 
    266     ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 
     266    ## output.def parameters 
    267267    #  columns in phys_output_filekeys refer to the filenames given in phys_out_filenames in physiq.def :   
    268268    #                                            histmth       histday        histhf    histfh3h   histhf3hm   histstn 
    269     LMDZ_sed physiq.def phys_out_filekeys        ${ok_mensuel} ${ok_journe}   ${ok_hf}  ${ok_hf3h} ${ok_hf3hm} ${ok_stn} 
    270     LMDZ_sed physiq.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 
    271     LMDZ_sed physiq.def ok_cosp     ${LMDZ_COSP_OK} 
    272     LMDZ_sed physiq.def ok_mensuelCOSP  ${LMDZ_COSP_monthly} 
    273     LMDZ_sed physiq.def ok_journeCOSP   ${LMDZ_COSP_daily} 
    274     LMDZ_sed physiq.def ok_hfCOSP   ${LMDZ_COSP_hf} 
    275     LMDZ_sed physiq.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
     269    LMDZ_sed output.def phys_out_filekeys        ${ok_mensuel} ${ok_journe}   ${ok_hf}  ${ok_hf3h} ${ok_hf3hm} ${ok_stn} 
     270    LMDZ_sed output.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 
     271    LMDZ_sed output.def ok_cosp     ${LMDZ_COSP_OK} 
     272    LMDZ_sed output.def ok_mensuelCOSP  ${LMDZ_COSP_monthly} 
     273    LMDZ_sed output.def ok_journeCOSP   ${LMDZ_COSP_daily} 
     274    LMDZ_sed output.def ok_hfCOSP   ${LMDZ_COSP_hf} 
     275    LMDZ_sed output.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
    276276 
    277277    ## gcm.def parameters : no change since gcm.def_${RESOL_ATM_3D} is used and already modified 
  • CONFIG/IPSLCM/IPSLCM5-2/piControl/PARAM/physiq.def_L19

    r1539 r1540  
    2626# 
    2727# 
    28 # 
    29 # Parametres fichiers de sortie 
    30 # 
    31 # Noms des fichiers 
    32 phys_out_filenames=      histmth histday histhf   histhf3h  histhf3hm histstn 
    33 # Sortir ou non les fichiers 
    34 phys_out_filekeys=       n       n       n        n         n         n 
    35 # Niveaux de sorties 
    36 phys_out_filelevels=     5       5       5        5         5         5 
    37 ### Type de fichier : global (n) ou stations (y) 
    38 phys_out_filestations =  n       n       n        n         n         y 
    39 ### Frequences des sorties 
    40 phys_out_filetimesteps = 1.mth,  1.day,  0.25day, 0.125day, 0.125day, 1800.s 
    41 # 
    42 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 
    43 freq_ISCCP=10800. 
    44 ### freqout_isccp = frequence output en jours du simulateur ISCCP 
    45 ecrit_ISCCP=_ecrit-ISCCP_ 
    4628### niveau du diagnostique de conservation d energie 
    4729if_ebil=0 
     
    166148# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    167149read_climoz=0 
    168 # 
    169 # Parametres simulateur COSP (CFMIP Observational Simulator Package) 
    170 # 
    171 ### ok_cosp=y/n flag simulateur COSP 
    172 ok_cosp=n 
    173 ## freq_COSP = frequence d'appel de COSP en secondes 
    174 freq_COSP=10800. 
    175 # 
    176 # Parametres simulateur ISCCP 
    177 # 
    178 ### ok_isccp=y/n flag simulateur ISCCP 
    179 ok_isccp=n 
    180 ### top_height = flag choix calcul nuages par le simulateur en utilisant  
    181 # -              les donnees IR et/ou VIS et l algorithme ISCCP-D1 
    182 # - top_height = 1 -> algo IR-VIS 
    183 # - top_height = 2 -> identique a 1, mais "ptop(ibox)=pfull(ilev)" 
    184 # - top_height = 3 -> algo IR 
    185 top_height = 1 
    186 ### overlap =    Hypothese de Recouvrement (HR) utilisee pour le simulateur ISCCP 
    187 # - overlap=1    Max overlap 
    188 # - overlap=2    Random overlap 
    189 # - overlap=3    Max/Random overlap 
    190 overlap = 3 
     150 
  • CONFIG/IPSLCM/IPSLCM5-2/piControl/PARAM/physiq.def_L39

    r1539 r1540  
    2626# 
    2727# 
    28 # 
    29 # Parametres fichiers de sortie 
    30 # 
    31 # Noms des fichiers 
    32 phys_out_filenames=      histmth histday histhf   histhf3h  histhf3hm histstn 
    33 # Sortir ou non les fichiers 
    34 phys_out_filekeys=       n       n       n        n         n         n 
    35 # Niveaux de sorties 
    36 phys_out_filelevels=     5       5       2        5         5         5 
    37 ### Type de fichier : global (n) ou stations (y) 
    38 phys_out_filestations =  n       n       n        n         n         y 
    39 ### Frequences des sorties 
    40 phys_out_filetimesteps = 1.mth,  1.day,  0.25day, 0.125day, 0.125day, 1800.s 
    41 # 
    42 # 
    43 # more variables for level 5 : vitw and pres 
    44 # Vertical wind 
    45 flag_vitw         =  2, 3, 7, 6, 6, 6 
    46 # Air pressure 
    47 flag_pres         =  2, 3, 7, 6, 6, 6 
    48 # w500 for histday 
    49 flag_w500         =  1, 5, 3, 10, 10, 10 
    50 # t700 for histday 
    51 flag_t700         =  1, 5, 3, 10, 10, 10 
    52 # Cloud fraction 
    53 flag_rneb         =  2, 5, 10, 5, 10, 10 
    54 # Aga sortie avec niveau 2 
    55 flag_Aga          =  2, 10, 10, 10, 10, 10 
    56 # niveaux maximum 5 mensuel pour variables CFMIP 
    57 flag_rlu          =  5, 10, 10, 10, 10, 10 
    58 flag_rsu          =  5, 10, 10, 10, 10, 10 
    59 flag_rld          =  5, 10, 10, 10, 10, 10 
    60 flag_rsd          =  5, 10, 10, 10, 10, 10 
    61 flag_rlucs        =  5, 10, 10, 10, 10, 10 
    62 flag_rsucs        =  5, 10, 10, 10, 10, 10 
    63 flag_rldcs        =  5, 10, 10, 10, 10, 10 
    64 flag_rsdcs        =  5, 10, 10, 10, 10, 10 
    65 flag_tnt          =  5, 10, 10, 10, 10, 10 
    66 flag_dtdyn        =  4, 10, 10, 10, 10, 10 
    67 flag_dtphy        =  4, 10, 10, 10, 10, 10 
    68 flag_dtlschr      =  5, 10, 10, 10, 10, 10 
    69 flag_tntr         =  5, 10, 10, 10, 10, 10 
    70 flag_tntc         =  5, 10, 10, 10, 10, 10 
    71 flag_tntscpbl     =  5, 10, 10, 10, 10, 10 
    72 flag_tnhus        =  5, 10, 10, 10, 10, 10 
    73 flag_dqdyn        =  4, 10, 10, 10, 10, 10 
    74 flag_tnhusc       =  5, 10, 10, 10, 10, 10 
    75 flag_dqvdf        =  5, 10, 10, 10, 10, 10 
    76 flag_tnhusscpbl   =  5, 10, 10, 10, 10, 10 
    77 flag_dqphy        =  2, 10, 10, 10, 10, 10 
    78 flag_evu          =  5, 10, 10, 10, 10, 10 
    79 flag_kz           =  4, 10, 10, 10, 10, 10 
    80 ### 
    81 # more variables for t tendency monthly 
    82 ### 
    83 flag_dtvdf        =  5, 10, 10, 10, 10, 10 
    84 flag_dteva        =  5, 10, 10, 10, 10, 10 
    85 flag_dtcon        =  4, 10, 10, 10, 10, 10 
    86 flag_dtajs        =  4, 10, 10, 10, 10, 10 
    87 flag_dtlsc        =  4, 10, 10, 10, 10, 10 
    88 flag_dtoro        =  4, 10, 10, 10, 10, 10 
    89 flag_dtlif        =  4, 10, 10, 10, 10, 10 
    90 flag_dthin        =  4, 10, 10, 10, 10, 10 
    91 flag_dtec         =  4, 10, 10, 10, 10, 10 
    92 ### more variables for q tendency monthly 
    93 flag_dqeva        =  5, 10, 10, 10, 10, 10 
    94 flag_dqcon        =  4, 10, 10, 10, 10, 10 
    95 flag_dqajs        =  4, 10, 10, 10, 10, 10 
    96 flag_dqlsc        =  5, 10, 10, 10, 10, 10 
    97 ### nouvelle physique monthly 
    98 flag_dtthe        =  4, 10, 10, 10, 10, 10 
    99 flag_dtwak        =  4, 5, 10, 10, 10, 10 
    100 flag_dqthe        =  4, 10, 10, 10, 10, 10 
    101 flag_dqwak        =  4, 5, 10, 10, 10, 10 
    102 flag_ftime_th     =  4, 10, 10, 5, 10, 10 
    103 # 
    104 # Parametres niveau de sorties differents fichiers 
    105 # 
    106 ### parametres pour hist*NMC.nc 
    107 #lev_histdayNMC: nombre de niveaux sur la verticale dans le fichier 
    108 #                histdayNMC: 8 ou 17 
    109 lev_histdayNMC=8 
    110 ### - ok_histNMC = y/n, y/n, y/n pour avoir les sorties NMC mensuelles, journalieres et haute frequence 
    111 ok_histNMC = y, n, n 
    112 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 
    113 freq_ISCCP=10800. 
    114 ### freqout_isccp = frequence output en jours du simulateur ISCCP 
    115 ecrit_ISCCP=_ecrit-ISCCP_ 
    11628### niveau du diagnostique de conservation d energie 
    11729if_ebil=0 
     
    236148# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    237149read_climoz=2 
    238 # 
    239 # Parametres simulateur COSP (CFMIP Observational Simulator Package) 
    240 # 
    241 ### ok_cosp=y/n flag simulateur COSP 
    242 ok_cosp=n 
    243 ### freq_COSP = frequence d'appel de COSP en secondes 
    244 freq_COSP=10800. 
    245 ### ok_mensuelCOSP=y/n sortir fichier mensuel COSP histmthCOSP.nc, =n pas de fichier histmthCOSP.nc 
    246 ok_mensuelCOSP=y 
    247 ### ok_journeCOSP=y/n sortir fichier journalier histdayCOSP.nc, =n pas de fichier histdayCOSP.nc 
    248 ok_journeCOSP=y 
    249 ### ok_hfCOSP=y/n, ecrire sorties  haute frequence histhfCOSP.nc, =n pas de fichier histhfCOSP.nc 
    250 ok_hfCOSP=n 
    251 # 
    252 # Parametres simulateur ISCCP 
    253 # 
    254 ### ok_isccp=y/n flag simulateur ISCCP 
    255 ok_isccp=n 
    256 ### top_height = flag choix calcul nuages par le simulateur en utilisant  
    257 # -              les donnees IR et/ou VIS et l algorithme ISCCP-D1 
    258 # - top_height = 1 -> algo IR-VIS 
    259 # - top_height = 2 -> identique a 1, mais "ptop(ibox)=pfull(ilev)" 
    260 # - top_height = 3 -> algo IR 
    261 top_height = 1 
    262 ### overlap =    Hypothese de Recouvrement (HR) utilisee pour le simulateur ISCCP 
    263 # - overlap=1    Max overlap 
    264 # - overlap=2    Random overlap 
    265 # - overlap=3    Max/Random overlap 
    266 overlap = 3 
  • CONFIG/IPSLCM/IPSLCM5-2/piControl/PARAM/run.def

    r907 r1540  
    44INCLUDEDEF=gcm.def 
    55INCLUDEDEF=orchidee.def 
     6INCLUDEDEF=output.def 
    67## Type de calendrier utilise 
    78## valeur possible: earth_360d (defaut), earth_365d, earth_366d 
Note: See TracChangeset for help on using the changeset viewer.