Ignore:
Timestamp:
05/06/15 10:07:49 (9 years ago)
Author:
sdipsl
Message:

LMDZOR_v6 gets closer to LMDZ latest new physics. Turn on CWRR in orchidee (11 layers).
By default won't run because of lacking physiq.def_L79_NPv5. Get in touch with LMDz team.

Location:
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/DRIVER/lmdz.driver

    r2480 r2500  
    349349        IGCM_comp_modifyXmlFile force file_def_histdayNMC_lmdz.xml histdayNMC enabled .FALSE. 
    350350        IGCM_comp_modifyXmlFile force file_def_histhfNMC_lmdz.xml histhfNMC enabled .FALSE. 
     351        IGCM_comp_modifyXmlFile force file_def_histmthCOSP_lmdz.xml histmthCOSP enabled .FALSE. 
     352        IGCM_comp_modifyXmlFile force file_def_histdayCOSP_lmdz.xml histdayCOSP enabled .FALSE. 
     353        IGCM_comp_modifyXmlFile force file_def_histhfCOSP_lmdz.xml histhfCOSP enabled .FALSE. 
    351354 
    352355    # Default output level : 5 
     
    360363        IGCM_comp_modifyXmlFile force file_def_histdayNMC_lmdz.xml histdayNMC output_level 5 
    361364        IGCM_comp_modifyXmlFile force file_def_histhfNMC_lmdz.xml histhfNMC output_level 5 
     365        IGCM_comp_modifyXmlFile force file_def_histmthCOSP_lmdz.xml histmthCOSP output_level 5 
     366        IGCM_comp_modifyXmlFile force file_def_histdayCOSP_lmdz.xml histdayCOSP output_level 5 
     367        IGCM_comp_modifyXmlFile force file_def_histhfCOSP_lmdz.xml histhfCOSP output_level 5 
    362368     # Filling of XML files  
    363369        if [ X${ok_mensuel} = Xy ] ; then 
     
    412418            IGCM_comp_modifyXmlFile force file_def_histhfNMC_lmdz.xml histhfNMC name histhfNMC 
    413419        fi 
     420        if [ X${LMDZ_COSP_monthly} = Xy ] ; then 
     421            IGCM_comp_modifyXmlFile force file_def_histmthCOSP_lmdz.xml histmthCOSP enabled .TRUE.  
     422            IGCM_comp_modifyXmlFile force file_def_histmthCOSP_lmdz.xml histmthCOSP output_freq 1mo 
     423            IGCM_comp_modifyXmlFile force file_def_histmthCOSP_lmdz.xml histmthCOSP name histmthCOSP 
     424        fi 
     425        if [ X${LMDZ_COSP_daily} = Xy ] ; then 
     426            IGCM_comp_modifyXmlFile force file_def_histdayCOSP_lmdz.xml histdayCOSP enabled .TRUE.  
     427            IGCM_comp_modifyXmlFile force file_def_histdayCOSP_lmdz.xml histdayCOSP output_freq 1d 
     428            IGCM_comp_modifyXmlFile force file_def_histdayCOSP_lmdz.xml histdayCOSP name histdayCOSP 
     429        fi 
     430        if [ X${LMDZ_COSP_hf} = Xy ] ; then 
     431            IGCM_comp_modifyXmlFile force file_def_histhfCOSP_lmdz.xml histhfCOSP enabled .TRUE.  
     432            IGCM_comp_modifyXmlFile force file_def_histhfCOSP_lmdz.xml histhfCOSP output_freq 6h 
     433            IGCM_comp_modifyXmlFile force file_def_histhfCOSP_lmdz.xml histhfCOSP name histhfCOSP 
     434        fi 
     435 
    414436    fi 
    415437 
     
    448470            IGCM_debug_Exit "You need to add a special case in lmdz.driver to handle the above combination." 
    449471        fi 
     472    elif [ X${LMDZ_Physics} = X"NPv5" ] ; then 
     473        if [ ${RESOL_ATM_3D} = 144x142x79 ] ; then 
     474            value=5 
     475        fi 
    450476    else 
    451477        # Take default value set in gcm.def 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/cosp_input_nl.txt

    r1089 r2500  
    2626! Namelist that sets up the main COSP options 
    2727&COSP_INPUT 
    28   CMOR_NL='./cmor/cosp_cmor_nl.txt', ! CMOR namelist 
    2928  NPOINTS_IT=10000,! Max number of gridpoints to be processed in one iteration 
    3029  NCOLUMNS=20,  ! Number of subcolumns 
    31   NLEVELS=39,   ! Number of model levels  
    32   USE_VGRID=.true., ! Use fixed vertical grid for outputs? (if .true. then you need to define number of levels with Nlr) 
     30  USE_VGRID=.false., ! Use fixed vertical grid for outputs? (if .true. then you need to define number of levels with Nlr) 
    3331  NLR=40,       ! Number of levels in statistical outputs (only used if USE_VGRID=.true.) 
    34   CSAT_VGRID=.true., ! CloudSat vertical grid? (if .true. then the CloudSat standard grid is used for the outputs. 
     32  CSAT_VGRID=.false., ! CloudSat vertical grid? (if .true. then the CloudSat standard grid is used for the outputs. 
    3533                     !  USE_VGRID needs also be .true.) 
    36   FINPUT='histday.nc', ! NetCDF file with 1D inputs 
    37 !  FINPUT='cosp_input_um_2d.nc', ! NetCDF file with 2D inputs 
    3834  !---------------------------------------------------------------------------------- 
    3935  !--------------- Inputs related to radar simulations 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/cosp_output_nl.txt

    r1438 r2500  
    3434  ! Output variables 
    3535  Lalbisccp=.true., 
    36   Latb532=.false., 
     36  Latb532=.true., 
    3737  Lboxptopisccp=.true., 
    3838  Lboxtauisccp=.true., 
     
    6060  ! These are provided for debugging or special purposes 
    6161  Lfrac_out=.false., 
    62   Lbeta_mol532=.false.,   
     62  Lbeta_mol532=.true.,   
    6363/ 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/traceur.def

    r1080 r2500  
    1 3 
     15 
    2214 14 H2Ov 
    3310 10 H2Ol 
    4 10 10 Aga 
     410 10 H2Oi 
     510 10 RN 
     610 10 PB 
Note: See TracChangeset for help on using the changeset viewer.