Ignore:
Timestamp:
02/25/16 16:20:34 (8 years ago)
Author:
jgipsl
Message:

Update with modifications done on LMDZOR_v6:

  • pmagic changed to 0.0 in config.def_preind
  • clean amoung old physics
  • clean in drivers to remove everything related to IOIPSL
  • removed old parameters not longer supported by the new model source versions
  • general cleaning
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZ/CREATE_clim/COMP/lmdz.card

    r2585 r2758  
    55 
    66[UserChoices] 
     7# Physics package to use 
     8LMDZ_Physics=AP 
     9 
    710# Do not use XIOS with ce0l program 
    811XIOS=n 
    912 
    10 # manage radiative aerosol effect and ozone  
     13# Manage radiative aerosol effect and ozone  
    1114flag_aerosol=6 
    1215ok_ade=y 
     
    2932        (${R_IN}/ATM/landiceref.nc, .) \ 
    3033        (${R_IN}/ATM/Ozone/HYBRIDE/v2.clim/tro3_1995.new.nc, climoz.nc), \ 
    31         (${R_IN}/ATM/AMIP/sst_bc_clim.nc, amipbc_sst_1x1.nc), \ 
    32         (${R_IN}/ATM/AMIP/sic_bc_clim.nc, amipbc_sic_1x1.nc) 
    33 ### Please, add the o2a.nc file to fit with the coupled configuration associated 
    34 #       (${R_IN}/ATM/ORCA2.3x${RESOL_ATM}/o2a.nc, o2a.nc) 
     34        (${R_IN}/ATM/AMIP_2014/sst_bc_clim.nc, amipbc_sst_1x1.nc), \ 
     35        (${R_IN}/ATM/AMIP_2014/sic_bc_clim.nc, amipbc_sic_1x1.nc) 
     36 
     37### Optional: Add the o2a.nc file to fit with the coupled configuration for the  
     38### land-sea mask. This file is different for different versions of the coupled model and 
     39### the different resolutions. Choose between following to fit with IPSLCM6 coupled model: 
     40#       (${R_IN}/ATM/IPSLCM6/eORCA1.1xLMD144142/o2a.nc, o2a.nc) 
     41#       (${R_IN}/ATM/IPSLCM6/ORCA2.3x9695_v1/o2a.nc, o2a.nc) 
     42 
    3543 
    3644[ParametersFiles] 
    37 List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 
    38         (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D},    gcm.def),    \ 
    39         (${SUBMIT_DIR}/PARAM/output.def_low        ,  output.def),    \ 
     45List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \ 
     46        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY},    gcm.def),    \ 
     47        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),   \ 
    4048        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \ 
    4149        (${SUBMIT_DIR}/PARAM/run.def, .), \ 
     
    4755 
    4856[OutputText] 
    49 List=   (physiq.def, gcm.def, run.def, config.def, traceur.def, output.def) 
     57List=   (physiq.def, gcm.def, run.def, config.def, traceur.def, guide.def) 
    5058 
    5159[OutputFiles] 
     
    5563        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_startphy.nc, NONE), \ 
    5664        ( grilles_gcm.nc, ${R_OUT_ATM_O}/Grid/${config_UserChoices_JobName}_grilles_gcm.nc,      NONE) 
     65 
Note: See TracChangeset for help on using the changeset viewer.