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/PARAM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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.