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_amip/COMP/lmdz.card

    r3247 r3289  
    2020 
    2121[BoundaryFiles] 
    22 List=   (${R_IN}/ATM/LIMIT/AMIP.v20161020/original/360x180/amipbc_sst_360x180_${year}.nc,    amipbc_sst_1x1.nc), \ 
    23         (${R_IN}/ATM/LIMIT/AMIP.v20161020/original/360x180/amipbc_sst_360x180_${year_m1}.nc, amipbc_sst_1x1_m.nc), \ 
    24         (${R_IN}/ATM/LIMIT/AMIP.v20161020/original/360x180/amipbc_sst_360x180_${year_p1}.nc, amipbc_sst_1x1_p.nc), \ 
    25         (${R_IN}/ATM/LIMIT/AMIP.v20161020/original/360x180/amipbc_sic_360x180_${year}.nc,    amipbc_sic_1x1.nc), \ 
    26         (${R_IN}/ATM/LIMIT/AMIP.v20161020/original/360x180/amipbc_sic_360x180_${year_m1}.nc, amipbc_sic_1x1_m.nc), \ 
    27         (${R_IN}/ATM/LIMIT/AMIP.v20161020/original/360x180/amipbc_sic_360x180_${year_p1}.nc, amipbc_sic_1x1_p.nc), \ 
     22List=   (${R_IN}/ATM/LIMIT/AMIP.v20170419/original/360x180/BCS/amipbc_sst_360x180_${year}.nc,    amipbc_sst_1x1.nc), \ 
     23        (${R_IN}/ATM/LIMIT/AMIP.v20170419/original/360x180/BCS/amipbc_sst_360x180_${year_m1}.nc, amipbc_sst_1x1_m.nc), \ 
     24        (${R_IN}/ATM/LIMIT/AMIP.v20170419/original/360x180/BCS/amipbc_sst_360x180_${year_p1}.nc, amipbc_sst_1x1_p.nc), \ 
     25        (${R_IN}/ATM/LIMIT/AMIP.v20170419/original/360x180/BCS/amipbc_sic_360x180_${year}.nc,    amipbc_sic_1x1.nc), \ 
     26        (${R_IN}/ATM/LIMIT/AMIP.v20170419/original/360x180/BCS/amipbc_sic_360x180_${year_m1}.nc, amipbc_sic_1x1_m.nc), \ 
     27        (${R_IN}/ATM/LIMIT/AMIP.v20170419/original/360x180/BCS/amipbc_sic_360x180_${year_p1}.nc, amipbc_sic_1x1_p.nc), \ 
    2828        (${R_IN}/ATM/Ozone/HYBRIDE/v2.clim/tro3_${year}.new.nc, climoz.nc) 
    2929 
     
    3333        (${R_IN}/ATM/Relief.nc, .), \ 
    3434        (${R_IN}/ATM/Rugos.nc, .), \ 
    35         (${R_IN}/ATM/landiceref.nc, .) 
     35        (${R_IN}/ATM/landiceref.nc, .), \ 
     36        (${R_IN}/ATM/START/eORCA1.2xLMD144x142/o2a_v3.nc, o2a.nc) 
    3637 
    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/START/eORCA1.2xLMD144x142/o2a.nc, o2a.nc) 
    41 #       (${R_IN}/ATM/START/eORCA1.2xLMD9695/o2a_v2.nc, o2a.nc) 
     38# Optional: The o2a.nc file is optional and is used to fit with the coupled configuration for the land-sea mask. 
     39# 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. 
     40# Use following o2a file to fit with IPSLCM6.0.11 coupled model: 
     41#       (${R_IN}/ATM/START/eORCA1.2xLMD144x142/o2a_v3.nc, o2a.nc) 
     42# Use following o2a file for regular grid 96x95, correspond to coupled configuration IPSLCM5A2: 
     43#       (${R_IN}/ATM/START/ORCA2.3xLMD96x95/o2a_v3.nc, o2a.nc) 
     44 
    4245 
    4346 
Note: See TracChangeset for help on using the changeset viewer.