Changes between Version 20 and Version 21 of Doc/Models/LMDZ


Ignore:
Timestamp:
07/18/16 11:47:38 (8 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Models/LMDZ

    v20 v21  
    5959 
    6060'''Step 1''' [[BR]] 
    61 Identify the time series for the simulation you want to use. Use the tsol_oce variables for the surface temperature (SST) and pourc_sic for the sea ice concentration (SIC). The variables must be monthly outputs of LMDZ. Cut the time series into annual files. For example, the files for the IPSLCM5A rcp4.5 simulation are located at CCRT : 
     61Identify the time series for the simulation you want to use. Use the tsol_oce variables for the surface temperature (SST) and pourc_sic for the sea ice concentration (SIC). The variables must be monthly outputs of LMDZ. Divide the time series into annual files. For example, the files for the IPSLCM5A rcp4.5 simulation are located at CCRT : 
    6262{{{ 
    6363/dmnfs/cont003/p86denv/IGCM_OUT/IPSLCM5A/PROD/rcp45/v3.rcp45.1/ATM/Analyse/TS_MO/v3.rcp45.1_20060101_21251231_1M_tsol_oce.nc 
     
    6565}}} 
    6666 
    67 Use cdo to cut them into annual files with 12 timesteps in each file: 
     67Use cdo to divide them into annual files with 12 timesteps in each file: 
    6868{{{ 
    6969cdo splityear all_path_to_file_TS_MO_tsol_oce.nc  $WORKDIR/my_new_dir/v3.rcp45.1_tsol_oce_ 
     
    7676Use EXPERIMENT/LMDZ/CREATE_amip. Change it to use those new files instead of the AMIP files:  
    7777{{{ 
    78 cd modipsl/config/XXXX_v5     # XXXX_v5 maybe all config _v5 containing LMDZ 
     78cd modipsl/config/XXXX     # XXXX can be all v5 or v6 configurations containing LMDZ 
    7979cp EXPERIMENT/LMDZ/CREATE_amip/config.card . 
    8080vi config.card                # Modify JobName, simulation period 
    81 ../../util/ins_job 
     81../../libIGCM/ins_job 
    8282cd MyJobName 
    8383 
     
    8585# Modify 
    8686[BoundaryFiles] 
    87 List=   (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/amipbc_sst_360x180_${year}.nc, amipbc_sst_1x1.nc), \ 
    88         (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/amipbc_sic_360x180_${year}.nc, amipbc_sic_1x1.nc), \ 
     87List=   (${R_IN}/ATM/AMIP/amipbc_sst_360x180_${year}.nc, amipbc_sst_1x1.nc), \ 
     88        (${R_IN}/ATM/AMIP/amipbc_sic_360x180_${year}.nc, amipbc_sic_1x1.nc), \ 
    8989# into 
    9090[BoundaryFiles]