- Timestamp:
- Jul 7, 2014, 4:59:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/DefLists/cosp_input_nl.txt
r1907 r2081 26 26 ! Namelist that sets up the main COSP options 27 27 &COSP_INPUT 28 CMOR_NL='./cmor/cosp_cmor_nl.txt', ! CMOR namelist29 ! NPOINTS=9026,! Number of gridpoints (klon dans LMDZi : ici correspond a klon de 96x95)30 28 NPOINTS_IT=10000,! Max number of gridpoints to be processed in one iteration 31 29 NCOLUMNS=20, ! Number of subcolumns 32 NLEVELS=39, ! Number of model levels 33 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) 34 31 NLR=40, ! Number of levels in statistical outputs (only used if USE_VGRID=.true.) 35 32 CSAT_VGRID=.true., ! CloudSat vertical grid? (if .true. then the CloudSat standard grid is used for the outputs. 36 33 ! USE_VGRID needs also be .true.) 37 FINPUT='histday.nc', ! NetCDF file with 1D inputs38 ! FINPUT='cosp_input_um_2d.nc', ! NetCDF file with 2D inputs39 34 !---------------------------------------------------------------------------------- 40 35 !--------------- Inputs related to radar simulations
Note: See TracChangeset
for help on using the changeset viewer.