Ignore:
Timestamp:
Nov 28, 2014, 4:36:29 PM (10 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes -r2070:2158 into testing branch. Compilation problems introduced by revision r2155 have been corrected by hand

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/DefLists/cosp_input_nl.txt

    r1910 r2160  
    2626! Namelist that sets up the main COSP options
    2727&COSP_INPUT
    28   CMOR_NL='./cmor/cosp_cmor_nl.txt', ! CMOR namelist
    29 !  NPOINTS=9026,! Number of gridpoints (klon dans LMDZi : ici correspond a klon de 96x95)
    3028  NPOINTS_IT=10000,! Max number of gridpoints to be processed in one iteration
    3129  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)
    3431  NLR=40,       ! Number of levels in statistical outputs (only used if USE_VGRID=.true.)
    35   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.
    3633                     !  USE_VGRID needs also be .true.)
    37   FINPUT='histday.nc', ! NetCDF file with 1D inputs
    38 !  FINPUT='cosp_input_um_2d.nc', ! NetCDF file with 2D inputs
    3934  !----------------------------------------------------------------------------------
    4035  !--------------- Inputs related to radar simulations
Note: See TracChangeset for help on using the changeset viewer.