Changes between Version 22 and Version 23 of LMDZoGuOR


Ignore:
Timestamp:
04/27/11 16:14:15 (13 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LMDZoGuOR

    v22 v23  
    1414 
    1515= CREATE experience for creation of initial state and interpolating of boundary conditions = 
    16 This experience is used to create boundary condition and initial state condition for LMDZ using the executable ce0l.e or create_etat0_limit.e. The CREATE experience does not have a PARAM directory. In CREATE/COMP/lmdz.card the parameter ''PARAM_DIR'' points to ../LMDZOR/PARAM. 
    17  
    18 '''In the CREATE experience''', 2 cases for the boundary conditions are predefined : Creation using sea-surface temperature(SST) and sea-ice cover(SIC) from climatology AMIP files or for interannual AMIP files. According to the case, do a manual copy or link, for interannual AMIP : 
     16This experience is used to create boundary condition and initial state condition for LMDZ using the executable ce0l.e or create_etat0_limit.e. The CREATE experience does not have a PARAM directory instead in CREATE/COMP/lmdz.card the parameter ''PARAM_DIR'' points to the one in experience LMDZOR. PARAM_DIR can be changed to use another directory if wanted.  
     17 
     18'''In the CREATE experience''', 2 cases for the boundary conditions are predefined : Creation using sea-surface temperature(SST) and sea-ice cover(SIC) from climatology AMIP files or from interannual AMIP files. According to the case you want, copy or link the .cards. For interannual AMIP : 
    1919{{{ 
    2020ln -s config.card_Interannuel config.card; cd COMP; ln -s lmdz.card_Interannuel lmdz.card 
     
    2626}}} 
    2727 
    28 == Boundary conditions using the model output == 
    29  
    30 To create boundary conditions using output from LMDZ from a previous run do following steps : 
     28== Boundary conditions using LMDZ model output == 
     29 
     30Do following steps to create boundary conditions using output from a previous LMDZ run : 
    3131NB: it is not possible to use version LMDZ4_AR5 of ce0l. Use version LMDZ5/trunk revision 1508 or later. Once the boundary files limit.nc are created they can be used also with earlyer versions of LMDZ such as LMDZ4_AR5. 
    3232 
    3333'''Step 1''' [[BR]] 
    34 Identify time series for the simulations that will be used and split them into yearly files. For the SST use the variable tsol_oce from LMDZ and for SIC use the variable pourc_sic. The variables should be at monthly time serie format. For exemple for the coupled rcp4.5 simulation at CCRT use files : 
     34Identify time series for the simulations you want and split them into yearly files. For the SST use the variable tsol_oce from LMDZ and for SIC use the variable pourc_sic. The variables should be at monthly time serie format. For exemple for the coupled IPSLCM5A rcp4.5 simulation, at CCRT use files : 
    3535{{{ 
    3636/dmnfs/cont003/p86denv/IGCM_OUT/IPSLCM5A/PROD/rcp45/v3.rcp45.1/ATM/Analyse/TS_MO/v3.rcp45.1_20060101_21251231_1M_tsol_oce.nc 
    3737/dmnfs/cont003/p86denv/IGCM_OUT/IPSLCM5A/PROD/rcp45/v3.rcp45.1/ATM/Analyse/TS_MO/v3.rcp45.1_20060101_21251231_1M_pourc_sic.nc 
    3838}}} 
    39 To split the time series into yearly files with 12 time steps in each file use cdo. For exemple : 
    40 {{{ 
    41 cdo splityear model_output_file_tsol_oce  $WORKDIR/MY_DIR/v3.rcp45.1_tsol_oce_ 
    42 cdo splityear model_output_file_pourc_sic $WORKDIR/MY_DIR/v3.rcp45.1_pourc_sic_ 
     39Use cdo to split the time series into yearly files with 12 time steps in each file. For exemple : 
     40{{{ 
     41cdo splityear model_output_file_tsol_oce  $WORKDIR/my_new_dir/v3.rcp45.1_tsol_oce_ 
     42cdo splityear model_output_file_pourc_sic $WORKDIR/my_new_dir/v3.rcp45.1_pourc_sic_ 
    4343}}} 
    4444 
    4545'''Step 1 bis''' 
    46 If you whant to create anomaly SST instead of plein model output SST : do it now. See below. 
     46If you want to create anomaly SST instead of direct model output SST : do it now. Description to come. 
    4747 
    4848'''Step 2'''[[BR]] 
    49 The yearly files are directly usable with the ce0l program revision 1508 LMDZ5/trunk or later. They should be renamed as histmth_sst.nc and histmth_sic.nc before running. The AMIP files must not be in the same run directory, in that case they will be used instead of the model output files. Use the CREATE interannual experience to create the interval of years needed. Change first in lmdz.card_Interannual AMIP yearly files towards yearly time series : 
     49The yearly files are now directly usable with the ce0l program revision 1508 LMDZ5/trunk or later. They should be renamed as histmth_sst.nc and histmth_sic.nc before running. The AMIP files must not be in the same run directory, in that case they will be used instead of the model output files. Use the CREATE interannual experience to create the boundary conditions for the interval of years needed. Change in lmdz.card_Interannual AMIP yearly files towards yearly time series : 
    5050{{{ 
    5151[BoundaryFiles] 
     
    6060}}} 
    6161 
     62Modify the period in config.card_Interannual. Don't forget to copy or link the lmdz.card_Interannal in lmdz.card and config.card_Interannual in config.card. Submit the experience. 
    6263 
    6364== Interpolating files for nudging == 
    64 Script to do this are stored in CREATE/SCRIPT. To interpolated ERA-Interim use the script interp_from_era.ksh. You must first modify the beginning of this script. To interpolated LMDZ model output files use the script interp_from_TS.ksh. Both of these scripts depends on the script era2gcm.ksh. These scripts tested at mercure and ulam.  
     65Script to interpolate files for nudging (fr guidage) are stored in directory CREATE/SCRIPT. To interpolated ERA-Interim use the script interp_from_era.ksh. You must first modify the beginning of this script. To interpolated LMDZ model output files use the script interp_from_TS.ksh. Both of these scripts depends on the script era2gcm.ksh. These scripts tested at mercure and ulam.  
    6566 
    6667