Changeset 1444


Ignore:
Timestamp:
06/06/11 16:21:24 (13 years ago)
Author:
acosce
Message:

new option in CREATE directory to add creation of grid

Location:
CONFIG/LMDZORINCA/tags/LMDZORINCA_v1/CREATE
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZORINCA/tags/LMDZORINCA_v1/CREATE/COMP/lmdz.card

    r1329 r1444  
    3939        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_climoz_LMDZ.nc, NONE), \ 
    4040        ( start.nc,       ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_start.nc,        NONE), \ 
    41         ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_startphy.nc,     NONE) 
     41        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_startphy.nc,     NONE), \ 
     42        ( grilles_gcm.nc, ${R_OUT_ATM_O}/Grid/${config_UserChoices_JobName}_grilles_gcm.nc,      NONE) 
    4243 
     44 
  • CONFIG/LMDZORINCA/tags/LMDZORINCA_v1/CREATE/PARAM/physiq.def

    r888 r1444  
    8585# parametre chimie/aerosols 
    8686# 
    87 config_inca=none 
     87config_inca=aero 
    8888aerosol_couple=n 
    8989flag_aerosol=1 
  • CONFIG/LMDZORINCA/tags/LMDZORINCA_v1/CREATE/PARAM/run.def

    r888 r1444  
    2222## unite de sortie des impressions 
    2323lunout=6 
     24grilles_gcm_netcdf=y 
  • CONFIG/LMDZORINCA/tags/LMDZORINCA_v1/CREATE/config.card

    r1329 r1444  
    1010#============================ 
    1111#D-- (<8 chars MAX for JobName) 
    12 JobName= EL-96x95x19 
     12JobName= CE0L 
    1313LongName="create_etat0_limit for interannuel run" 
    1414TagName=LMDZORINCA 
     
    1919#D-- "YYYY-MM-DD" 
    2020DateBegin=1979-01-01 
    21 DateEnd=2005-12-31 
     21DateEnd=1979-12-31 
    2222#============================ 
    2323#D-- 1Y, 1M, 5D, 1D 
     
    3030[ListOfComponents] 
    3131#D- For each component, Name of component, Tag of component 
    32 ATM= (lmdz, LMDZ4) 
     32ATM= (lmdz, CREATE_E0) 
     33CHM=(inca, INCA3) 
    3334 
    3435#======================================================================== 
     
    3839#D- For each component, Real name of executable, Name of executable for oasis 
    3940ATM= (create_etat0_limit.e, create_etat0_limit.e) 
     41CHM=(inca.dat, inca.dat)  
    4042 
    4143#======================================================================== 
Note: See TracChangeset for help on using the changeset viewer.