Changes between Version 45 and Version 46 of Doc/Models/LMDZ


Ignore:
Timestamp:
03/13/24 16:45:38 (3 months ago)
Author:
falletti
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Models/LMDZ

    v45 v46  
    3131vertical grids of LMDZ. 
    3232 
    33 You can find a documentation on climoz file use for IPCC [https://forge.ipsl.jussieu.fr/igcmg/wiki/InfosOzone here at the igcmg wiki] 
     33You can find a documentation on climoz file use for IPCC [https://forge.ipsl.fr/igcmg/wiki/InfosOzone here at the igcmg wiki] 
    3434 
    3535The restart files can be: 
     
    106106 
    107107The script is here: [[BR]] 
    108 [http://forge.ipsl.jussieu.fr/igcmg/browser/TOOLS/INTERP_NUDGE/create_sst_anomaly.ksh].  
     108[http://forge.ipsl.fr/igcmg/browser/TOOLS/INTERP_NUDGE/create_sst_anomaly.ksh].  
    109109 
    110110#### Files already created with the IPSL coupled model outputs #### 
    111111Some coupled simulations have already been used as boundary conditions for simulations in forced mode. Read more on the igcmg wiki about these files and where to find them:  
    112 [https://forge.ipsl.jussieu.fr/igcmg/wiki/BoundaryFiles] 
     112[https://forge.ipsl.fr/igcmg/wiki/BoundaryFiles] 
    113113 
    114114### Land-sea mask / o2a.nc ### 
     
    247247# lmdz.card # 
    248248 
    249 The different parameters you can change in the section [!UserChoices] of the lmdz.card file are described below. The examples used here are taken from the version of this file located in the [http://forge.ipsl.jussieu.fr/igcmg/svn/CONFIG/UNIFORM/v5/LMDZOR_v5/EXPERIMENTS/LMDZOR/clim/COMP/lmdz.card LMDZOR_v5 clim] configuration: 
     249The different parameters you can change in the section [!UserChoices] of the lmdz.card file are described below. The examples used here are taken from the version of this file located in the [http://forge.ipsl.fr/igcmg/svn/CONFIG/UNIFORM/v5/LMDZOR_v5/EXPERIMENTS/LMDZOR/clim/COMP/lmdz.card LMDZOR_v5 clim] configuration: 
    250250 
    251251{{{ 
     
    328328 
    329329For a set-up example see  
    330 [https://forge.ipsl.jussieu.fr/igcmg/browser/CONFIG/UNIFORM/v5/LMDZOR_v5/EXPERIMENTS/LMDZOR/amip/COMP/lmdz.card lmdz.card in experiment LMDZOR/amip]. 
     330[https://forge.ipsl.fr/igcmg/browser/CONFIG/UNIFORM/v5/LMDZOR_v5/EXPERIMENTS/LMDZOR/amip/COMP/lmdz.card lmdz.card in experiment LMDZOR/amip]. 
    331331  
    332332 
     
    386386The management of the aerosol effects relies on the '''aerosol_couple''', '''flag_aerosol''', '''aer_type''', '''ok_cdnc''', '''ok_ade''' and '''ok_aie''' flags.  
    387387[[BR]] 
    388 When LMDz runs without the INCA module, the `aerosol_couple` flag must be set to .false. The flag `flag_aerosol` then controls the way aerosols are taken into account based on monthly climatologies. You will find more information about the climatologies used for AR5 [http://forge.ipsl.jussieu.fr/igcmg/wiki/InfosAerosol here] 
     388When LMDz runs without the INCA module, the `aerosol_couple` flag must be set to .false. The flag `flag_aerosol` then controls the way aerosols are taken into account based on monthly climatologies. You will find more information about the climatologies used for AR5 [http://forge.ipsl.fr/igcmg/wiki/InfosAerosol here] 
    389389[[BR]] 
    390390flag_aerosol can be set to the following values:  
     
    451451 
    452452## Interpolation of nudge files ## 
    453 The files that will be used for the nudging (''fr'' guidage) must be interpolated to the model grid before running the gcm. Scripts to do this are stored in directory [http://forge.ipsl.jussieu.fr/igcmg/browser/TOOLS/INTERP_NUDGE]. To interpolate ERA-Interim use the script [http://forge.ipsl.jussieu.fr/igcmg/browser/TOOLS/INTERP_NUDGE/interp_from_era.ksh interp_from_era.ksh]. You must first modify the beginning of this script. To interpolate LMDZ model output files use the script [http://forge.ipsl.jussieu.fr/igcmg/browser/TOOLS/INTERP_NUDGE/interp_from_TS.ksh interp_from_TS.ksh]. Both scripts depend on the script [http://forge.ipsl.jussieu.fr/igcmg/browser/TOOLS/INTERP_NUDGE/era2gcm.ksh era2gcm.ksh]. These script access the archive directory with a use in ferret. These scripts are tested at curie. Follow step 1 to 3 :  
     453The files that will be used for the nudging (''fr'' guidage) must be interpolated to the model grid before running the gcm. Scripts to do this are stored in directory [http://forge.ipsl.fr/igcmg/browser/TOOLS/INTERP_NUDGE]. To interpolate ERA-Interim use the script [http://forge.ipsl.fr/igcmg/browser/TOOLS/INTERP_NUDGE/interp_from_era.ksh interp_from_era.ksh]. You must first modify the beginning of this script. To interpolate LMDZ model output files use the script [http://forge.ipsl.fr/igcmg/browser/TOOLS/INTERP_NUDGE/interp_from_TS.ksh interp_from_TS.ksh]. Both scripts depend on the script [http://forge.ipsl.fr/igcmg/browser/TOOLS/INTERP_NUDGE/era2gcm.ksh era2gcm.ksh]. These script access the archive directory with a use in ferret. These scripts are tested at curie. Follow step 1 to 3 :  
    454454 
    4554551) Create file grilles_gcm.nc[[BR]] 
     
    460460 
    461461{{{ 
    462 svn co http://forge.ipsl.jussieu.fr/igcmg/svn/TOOLS/INTERP_NUDGE INTERP_NUDGE 
     462svn co http://forge.ipsl.fr/igcmg/svn/TOOLS/INTERP_NUDGE INTERP_NUDGE 
    463463}}} 
    464464