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

Modifications in working configuration : Update to use new output
parameter names in LMDZ

In physiq.def

  • phys_out_filekeys now replaces OK_mensuel, OK_journe, OK_hf and OK_instan
  • phys_out_filelevels replaces lev_histmth, lev_histday, lev_histhf
  • phys_out_filetimesteps replaces ecrit_mth, ecrit_day, ecrit_ins
  • added phys_out_filenames

In config.card

  • in section ATM, WriteFrequency? can now switch on all files given by phys_out_filekeys and phys_out_filenames. For example, to activate

histmth.nc histday.nc histhf.nc histhf3h.nc and histhf3hm.nc put :
WriteFrequency?=1M 1D HF HF3h HF3hm

In lmdz.driver

  • Removed ecrit_mth from lmdz.driver. This variable is replaced by the first value in phys_out_filetimesteps=1mth in physiq.def
  • Added ok_hf3h and ok_hf3hm
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5-2/EXP00/PARAM/physiq.def_L19

    r1163 r1539  
    2929# Parametres fichiers de sortie 
    3030# 
    31 ### type_run = type run par rapport aux fichiers et variables de sortie 
    32 # - type_run = CLIM/ENSP (=1) 
    33 # - type_run = AMIP/CFMI (=2) 
    34 type_run=CLIM 
    35 ### OK_journe= y sortir fichier journalier histday.nc, =n pas de fichier histday.nc 
    36 OK_journe=n 
    37 ### OK_mensuel= y sortir fichier mensuel histmth.nc, =n pas de fichier histmth.nc 
    38 OK_mensuel=y 
    39 ### OK_instan=y, ecrire sorties "instantannees" (chaque pas de temps de la  physique) 
    40 OK_instan=n 
    41 ### OK_hf=y, ecrire sorties hautes frequence histhf.nc, =n pas de fichier histhf.nc 
    42 ok_hf=n 
     31# Noms des fichiers 
     32phys_out_filenames=      histmth histday histhf   histhf3h  histhf3hm histstn 
     33# Sortir ou non les fichiers 
     34phys_out_filekeys=       n       n       n        n         n         n 
     35# Niveaux de sorties 
     36phys_out_filelevels=     5       5       5        5         5         5 
     37### Type de fichier : global (n) ou stations (y) 
     38phys_out_filestations =  n       n       n        n         n         y 
     39### Frequences des sorties 
     40phys_out_filetimesteps = 1.mth,  1.day,  0.25day, 0.125day, 0.125day, 1800.s 
    4341# 
    44 # Parametres niveau de sorties differents fichiers  
    45 # 
    46 ### lev_histhf=0-4, niveau de sortie fichier "histhf.nc"  
    47 # - lev_histhf=0 => pas de sorties histhf.nc 
    48 # - lev_histhf=2 => defaut 
    49 # - lev_histhf=3 => variables sur niveaux standards 
    50 # - lev_histhf=4 => histhf3d.nc champs 3d niveaux modele => fichier. histhf3d.nc 
    51 lev_histhf=2 
    52 ### lev_histday=0-5, niveau de sortie fichier "histday.nc" 
    53 # - lev_histday=0 => pas de sorties lev_histday.nc 
    54 # - lev_histday=2 => defaut 
    55 # - lev_histday=3 => + champs 3D => F. Lott 
    56 # - lev_histday=4 => + champs sous-surfaces 
    57 # - lev_histday=5 => + champs F. Aires 
    58 lev_histday=2 
    59 ### lev_histmth=0-4, niveau de sortie fichier "histmth.nc" 
    60 # - lev_histmth=0 => pas de sorties lev_histmth.nc 
    61 # - lev_histmth=2 => defaut 
    62 # - lev_histmth=3 => albedo, rugosite sous-surfaces 
    63 # - lev_histmth=4 => champs tendances 3d 
    64 lev_histmth=5 
    65 ### ecrit_hf = frequence ecriture fichier histhf.nc en jours 
    66 ecrit_hf=0.250 
    67 ### ecrit_day = frequence ecriture fichier histday.nc en jours 
    68 ecrit_day=1. 
    69 ### ecrit_mth = frequence ecriture fichier histmth.nc en jours 
    70 ecrit_mth=_ecrit-mth_ 
    7142### freqin_isccp = frequence input en secondes du simulateur ISCCP 
    7243freq_ISCCP=10800. 
Note: See TracChangeset for help on using the changeset viewer.