Ignore:
Timestamp:
02/09/09 14:43:13 (15 years ago)
Author:
aclsce
Message:

Added possibility to chose opa version by using variable in card :
By default : ORCA_version=ORCA2.1
Temporary solution...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5/trunk/EXP00/COMP/oasis.card

    r516 r551  
    44[UserChoices] 
    55Output_mode=n 
     6ORCA_version=ORCA2.1 
    67 
    78[InitialStateFiles] 
    8 List=   (${R_INIT}/CPL/${config_UserChoices_TagName}/${RESOL}/flxat.nc, flxat.nc), \ 
    9         (${R_INIT}/CPL/${config_UserChoices_TagName}/${RESOL}/sstoc.nc, sstoc.nc) 
     9List=   (${R_INIT}/CPL/${config_UserChoices_TagName}/\${${compname}_UserChoices_ORCA_version}x${RESOL_ATM}/flxat.nc, flxat.nc), \ 
     10        (${R_INIT}/CPL/${config_UserChoices_TagName}/\${${compname}_UserChoices_ORCA_version}x${RESOL_ATM}/sstoc.nc, sstoc.nc) 
    1011 
    1112[BoundaryFiles] 
    1213List=   () 
    13 ListNonDel= (${R_BC}/CPL/${config_UserChoices_TagName}/${RESOL}/grids.nc, grids.nc),\ 
    14             (${R_BC}/CPL/${config_UserChoices_TagName}/${RESOL}/masks.nc, masks.nc),\ 
    15             (${R_BC}/CPL/${config_UserChoices_TagName}/${RESOL}/areas.nc, areas.nc),\ 
    16             (${R_BC}/CPL/${config_UserChoices_TagName}/${RESOL}/mozaic.wa2o, wa2o.flx),\ 
    17             (${R_BC}/CPL/${config_UserChoices_TagName}/${RESOL}/mozaic.wo2a, wo2a.tsg),\ 
    18             (${R_BC}/CPL/${config_UserChoices_TagName}/${RESOL}/mozaic.wa2o.runoff, wa2o.run),\ 
    19             (${R_BC}/CPL/${config_UserChoices_TagName}/${RESOL}/mozaic.wa2o.calvin, wa2o.cal) 
     14ListNonDel= (${R_BC}/CPL/${config_UserChoices_TagName}/\${${compname}_UserChoices_ORCA_version}x${RESOL_ATM}/grids.nc, grids.nc),\ 
     15            (${R_BC}/CPL/${config_UserChoices_TagName}/\${${compname}_UserChoices_ORCA_version}x${RESOL_ATM}/masks.nc, masks.nc),\ 
     16            (${R_BC}/CPL/${config_UserChoices_TagName}/\${${compname}_UserChoices_ORCA_version}x${RESOL_ATM}/areas.nc, areas.nc),\ 
     17            (${R_BC}/CPL/${config_UserChoices_TagName}/\${${compname}_UserChoices_ORCA_version}x${RESOL_ATM}/mozaic.wa2o, wa2o.flx),\ 
     18            (${R_BC}/CPL/${config_UserChoices_TagName}/\${${compname}_UserChoices_ORCA_version}x${RESOL_ATM}/mozaic.wo2a, wo2a.tsg),\ 
     19            (${R_BC}/CPL/${config_UserChoices_TagName}/\${${compname}_UserChoices_ORCA_version}x${RESOL_ATM}/mozaic.wa2o.runoff, wa2o.run),\ 
     20            (${R_BC}/CPL/${config_UserChoices_TagName}/\${${compname}_UserChoices_ORCA_version}x${RESOL_ATM}/mozaic.wa2o.calvin, wa2o.cal) 
    2021 
    2122[ParametersFiles] 
Note: See TracChangeset for help on using the changeset viewer.