Ignore:
Timestamp:
07/04/17 16:07:37 (7 years ago)
Author:
jgipsl
Message:

Adapt CREATE_clim and CREATE_amip

  • Now use new amip files from 2017-04-19
  • Use o2a_v3.nc file by default : note to run other resolutions this files needs to be removed from lmdz.card.
  • Activate option no_ter_antartique=y to avoid to have land fractions on the Antartic coast.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/CREATE_clim_360d/COMP/lmdz.card

    r3247 r3289  
    2929        (${R_IN}/ATM/landiceref.nc, .) \ 
    3030        (${R_IN}/ATM/Ozone/HYBRIDE/v2.clim/tro3_1995.new.nc, climoz.nc), \ 
    31         (${R_IN}/ATM/LIMIT/AMIP.v20161020/original/360x180/amipbc_sst_360x180_1979_2008_clim.nc, amipbc_sst_1x1.nc), \ 
    32         (${R_IN}/ATM/LIMIT/AMIP.v20161020/original/360x180/amipbc_sic_360x180_1979_2008_clim.nc, amipbc_sic_1x1.nc) 
     31        (${R_IN}/ATM/LIMIT/AMIP.v20170419/original/360x180/BCS/amipbc_sst_360x180_1979_2008_clim.nc, amipbc_sst_1x1.nc), \ 
     32        (${R_IN}/ATM/LIMIT/AMIP.v20170419/original/360x180/BCS/amipbc_sic_360x180_1979_2008_clim.nc, amipbc_sic_1x1.nc), \ 
     33        (${R_IN}/ATM/START/eORCA1.2xLMD144x142/o2a_v3.nc, o2a.nc) 
    3334 
    34 ### Optional: Add the o2a.nc file to fit with the coupled configuration for the  
    35 ### land-sea mask. This file is different for different versions of the coupled model and 
    36 ### the different resolutions. Choose between following to fit with IPSLCM6 coupled model: 
    37 #       (${R_IN}/ATM/START/eORCA1.2xLMD144x142/o2a.nc, o2a.nc) 
    38 #       (${R_IN}/ATM/START/eORCA1.2xLMD9695/o2a_v2.nc, o2a.nc) 
     35# Optional: The o2a.nc file is optional and is used to fit with the coupled configuration for the land-sea mask. 
     36# The o2a file can be removed if it does not correspond to the resolution or zoom. In that case, Relief.nc will be used to calculate the mask land-sea. 
     37# Use following o2a file to fit with IPSLCM6.0.11 coupled model: 
     38#       (${R_IN}/ATM/START/eORCA1.2xLMD144x142/o2a_v3.nc, o2a.nc) 
     39# Use following o2a file for regular grid 96x95, correspond to coupled configuration IPSLCM5A2: 
     40#       (${R_IN}/ATM/START/ORCA2.3xLMD96x95/o2a_v3.nc, o2a.nc) 
    3941 
    4042 
    4143[ParametersFiles] 
    4244List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \ 
    43         (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY}_${LMDZ_Physics},  gcm.def), \ 
     45        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY}_${LMDZ_Physics}, gcm.def), \ 
    4446        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),   \ 
    4547        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \ 
Note: See TracChangeset for help on using the changeset viewer.