Ignore:
Timestamp:
10/19/07 15:38:59 (17 years ago)
Author:
acosce
Message:

ACo : take into account resolution for asking the compilation

ex : CH4xLMD9671 in place of CH4
change AA_make and all the card

Location:
CONFIG/trunk/LMDZINCA_v2/EXP_GES
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/trunk/LMDZINCA_v2/EXP_GES/COMP/inca.card

    r163 r184  
    1212 
    1313ListNonDel= (${MODIPSL}/modeles/INCA3/SIMULATIONS/GES/inca.dat, inca.dat       )\ 
    14             (${R_INIT}/CHM/CH4/o3clim_96x72.nc               ,   o3clim.nc      )\ 
    15             (${R_INIT}/CHM/CH4/oxydants_96x72.nc             ,   oxydants.nc    )\ 
    16             (${R_INIT}/CHM/CH4/npp_96x72.nc                  ,   npp.nc         )\ 
    17             (${R_INIT}/CHM/CH4/aircraft_96x72.nc             ,   aircraft.nc    )\ 
    18             (${R_INIT}/CHM/CH4/so4_96x72.nc                  ,   so4.nc         )\ 
    19             (${R_INIT}/CHM/CH4/obs_input.dat                 ,   obs_input.dat  )\ 
    20             (${R_INIT}/CHM/NMHC/sflx_96x72_Present.nc        ,   sflx.nc        )\ 
    21             (${R_INIT}/CHM/CH4/phototable.dat_V4.2           ,   phototable.dat )\ 
    22             (${R_INIT}/CHM/NMHC/landuse_96x72.nc             ,   landuse.nc     )\ 
    23             (${R_INIT}/CHM/AER/fco2.andres.fos.glo.fy95.m.lmdz96.nc            ,andres.nc        )\ 
    24             (${R_INIT}/CHM/AER/fco2.casa.nep.glo.fy90.m.lmdz96.nc              ,casa_m.nc        )\ 
    25             (${R_INIT}/CHM/AER/fco2.taka.oce.glo.fy95.m.lmdz96.nc              ,taka.nc          )\ 
    26             (${R_INIT}/CHM/AER/fco2.casa.nep.glo.fy90.3hr.lmdz96.${month}.nc   ,casa_h.nc        ) 
     14            (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/o3clim.nc               ,   o3clim.nc      )\ 
     15            (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/oxydants.nc             ,   oxydants.nc    )\ 
     16            (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/npp.nc              ,   npp.nc         )\ 
     17            (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/aircraft.nc             ,   aircraft.nc    )\ 
     18            (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/so4.nc              ,   so4.nc         )\ 
     19            (${R_INIT}/CHM/LMDZINCA/CH4/obs_input.dat                ,   obs_input.dat  )\ 
     20            (${R_INIT}/CHM/LMDZINCA/NMHC/${RESOL_CHM}/sflx_Present.nc        ,   sflx.nc        )\ 
     21            (${R_INIT}/CHM/LMDZINCA/CH4/phototable.dat_V4.2           ,   phototable.dat )\ 
     22            (${R_INIT}/CHM/LMDZINCA/NMHC/${RESOL_CHM}/landuse_96x72.nc             ,   landuse.nc     )\ 
     23            (${R_INIT}/CHM/LMDZINCA/GES/INCA${RESOL_CHM}/fco2.andres.fos.glo.fy95.m.lmdz96.nc            ,andres.nc        )\ 
     24            (${R_INIT}/CHM/LMDZINCA/GES/INCA${RESOL_CHM}/fco2.casa.nep.glo.fy90.m.lmdz96.nc              ,casa_m.nc        )\ 
     25            (${R_INIT}/CHM/LMDZINCA/GES/INCA${RESOL_CHM}/fco2.taka.oce.glo.fy95.m.lmdz96.nc              ,taka.nc          )\ 
     26            (${R_INIT}/CHM/LMDZINCA/GES/INCA${RESOL_CHM}/fco2.casa.nep.glo.fy90.3hr.lmdz96.${month}.nc   ,casa_h.nc        ) 
    2727 
    2828 
  • CONFIG/trunk/LMDZINCA_v2/EXP_GES/COMP/inca.driver

    r119 r184  
    1 #- $Id: inca.driver 70 2007-06-21 14:20:42Z acosce $ 
     1#- $Id: inca.driver 119 2007-07-31 13:56:33Z acosce $ 
    22#!/bin/ksh 
    33 
     
    99    IGCM_debug_PushStack "CHM_Initialize" 
    1010 
     11    RESOL_CHM=$( echo $RESOL_ATM | awk "-FD" '{print $2}' ) 
     12    echo 'resol chimie', $RESOL_CHM 
    1113    echo "INCA Tag : LMDZ-INCA" ${config_UserChoices_TagName} 
    1214 
     
    2729 
    2830    echo FINALIZE CHM !!! 
    29  
     31# 
    3032#    IGCM_sys_Mkdir ${R_OUT_EXE} 
    3133#    cd ${MODIPSL} 
    32 #    tar cf src_${config_UserChoices_JobName}.tar  modeles/INCA3 
     34#    tar cf src_${config_UserChoices_JobName}.tar  modeles 
    3335#    IGCM_sys_Mv src_${config_UserChoices_JobName}.tar ${R_OUT_EXE}/. 
    3436#    cd - 
    35  
     37# 
    3638 
    3739    IGCM_debug_PopStack "CHM_Finalize" 
  • CONFIG/trunk/LMDZINCA_v2/EXP_GES/COMP/lmdz.card

    r163 r184  
    77[InitialStateFiles] 
    88# start and startphy are the clim files computed with CLIM_CREATE (create_etat0_limit) job 
    9 List=   (${R_INIT}/ATM/RESTART/${config_UserChoices_TagName}/start.nc, start.nc) \ 
    10         (${R_INIT}/ATM/RESTART/${config_UserChoices_TagName}/startphy.nc, startphy.nc) 
     9List=   (${R_INIT}/CHM/${config_UserChoices_TagName}/${RESOL_CHM}/start.nc, start.nc) \ 
     10        (${R_INIT}/CHM/${config_UserChoices_TagName}/${RESOL_CHM}/startphy.nc, startphy.nc) 
    1111 
    1212 
     
    1414List=   ()  
    1515# The first one is the clim limit.nc computed with CLIM_CREATE job 
    16 ListNonDel= (${R_BC}/ATM/limit.nc, limit.nc) 
     16ListNonDel= (${R_BC}/CHM/LMDZINCA/LMD9672/limit.nc, limit.nc) 
    1717 
    1818[ParametersFiles] 
  • CONFIG/trunk/LMDZINCA_v2/EXP_GES/COMP/lmdz.driver

    r119 r184  
    1 #- $Id: lmdz.driver 70 2007-06-21 14:20:42Z acosce $ 
     1#- $Id: lmdz.driver 119 2007-07-31 13:56:33Z acosce $ 
    22#!/bin/ksh 
    33 
     
    1010    IGCM_debug_PushStack "ATM_Initialize" 
    1111 
    12     RESOL_ATM=${RESOL} 
     12    RESOL_ATM=$( echo $RESOL | awk "-Fx" '{print $2}' ) 
     13 
    1314 
    1415    ##--Frequency purpose .... 
  • CONFIG/trunk/LMDZINCA_v2/EXP_GES/config.card

    r167 r184  
    1111JobName=GES_AC00 
    1212LongName='LMDz4INCA with New scripts' 
    13 TagName=GES 
     13TagName=LMDZINCA/GES 
    1414#============================ 
    1515#D-- leap, noleap, 360d 
     
    3434JobRunOptions='"-np "${config_UserChoices_JobNumProcTot}' 
    3535#============================ 
    36 R_INIT=/dmnfs/p86cozic/IGCM/INIT 
    37 R_BC=/dmnfs/p86cozic/IGCM/BC 
     36R_INIT=/dmnfs/p86cozic/IGCM_NEW/INIT 
     37R_BC=/dmnfs/p86cozic/IGCM_NEW/BC 
    3838 
    3939#======================================================================== 
Note: See TracChangeset for help on using the changeset viewer.