Ignore:
Timestamp:
05/07/15 17:05:59 (9 years ago)
Author:
jgipsl
Message:

Copied modifications done in LMDZOR_v6 into the other configurations. These modifications are related to cosp and time series.

Location:
CONFIG/UNIFORM/v6/IPSLCM6CHT/GENERAL
Files:
3 edited

Legend:

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

    r2480 r2509  
    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 
  • CONFIG/UNIFORM/v6/IPSLCM6CHT/GENERAL/PARAM/cosp_input_nl.txt

    r2456 r2509  
    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/IPSLCM6CHT/GENERAL/PARAM/cosp_output_nl.txt

    r2456 r2509  
    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/ 
Note: See TracChangeset for help on using the changeset viewer.