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
Location:
CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZ/CREATE_clim
Files:
2 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 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZ/CREATE_clim/config.card

    r1772 r2758  
    99[UserChoices] 
    1010#============================ 
    11 #D-- (<8 chars MAX for JobName) 
    1211JobName= ELC-${RESOL_ATM_3D} 
    1312LongName="create_etat0_limit for climatology run" 
     
    2019#D-- Begin and end of job  
    2120#D-- "YYYY-MM-DD" 
     21#D-- The dates for this experiement has no significance. Do not change them. 
    2222DateBegin=1979-01-01 
    2323DateEnd=1979-12-30 
     
    3535#D-- Executable - 
    3636[Executable] 
    37 #D- For each component, Real name of executable, Name of executable for oasis 
    38 ATM= (create_etat0_limit.e, create_etat0_limit.e) 
     37#D- For each component: Real name of executable, Name of executable in the run directory  
     38ATM= (create_etat0_limit.e, create_etat0_limit.e, 1MPI) 
    3939 
    4040#======================================================================== 
     
    6363RestartJobName= 
    6464RestartPath= 
    65 # Old component name for restart (if empty, use new name) 
    66 OldName= 
    6765 
    6866 
Note: See TracChangeset for help on using the changeset viewer.