Changeset 5902


Ignore:
Timestamp:
Dec 3, 2025, 3:37:37 PM (105 minutes ago)
Author:
idelkadi
Message:

Implementation de Cospv2 dans LMDZ (suite)

Location:
LMDZ6/branches/LMDZ-COSP/DefLists
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/LMDZ-COSP/DefLists/cospv2_input_nl.txt

    r3625 r5902  
    2626! Namelist that sets up the main COSP options
    2727&COSP_INPUT
    28 NPOINTS=153,! Number of gridpoints 153,27840,7081,6912
     28  !NPOINTS=153,! Number of gridpoints 153,27840,7081,6912
    2929  NPOINTS_IT=5000,! Max number of gridpoints to be processed in one iteration
    3030  NCOLUMNS=20,  ! Number of subcolumns
    31 NLEVELS=38,   ! Number of model levels
    32   USE_VGRID_IN=.true., ! Use fixed vertical grid for outputs? (if .true. then you need to define number of levels with Nlr)
    33 !  NLVGRID=40,       ! Number of levels in statistical outputs (only used if USE_VGRID=.true.)
    34   CSAT_VGRID_IN=.true., ! CloudSat vertical grid? (if .true. then the CloudSat standard grid is used for the outputs.
     31  !NLEVELS=38,   ! 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)
     33  NLVGRID=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.
    3535                     !  USE_VGRID needs also be .true.)
    36 DINPUT='./',  ! Directory where the input files are located. Useful when processing multiple files.
     36  !DINPUT='./',  ! Directory where the input files are located. Useful when processing multiple files.
    3737                ! Leave blank ('') if you are using the full path in FINPUT.
    38 FINPUT='../data/inputs/UKMO/cosp_input_um.nc', ! List input NetCDF files
    39 FOUTPUT='../data/outputs/UKMO/cosp2_output_um.nc',
     38  !FINPUT='../data/inputs/UKMO/cosp_input_um.nc', ! List input NetCDF files
     39  !FOUTPUT='../data/outputs/UKMO/cosp2_output_um.nc',
    4040  !----------------------------------------------------------------------------------
    4141  !--------------- Inputs related to radar simulations
     
    6161                       !  that this calculation is most appropriate to compare
    6262                       !  to ISCCP data during sunlit hours.
    63                       !  2 = do not adjust top height, that is cloud top
     63                   !  2 = do not adjust top height, that is cloud top
    6464                       !  pressure is the actual cloud top pressure
    6565                       !  in the model
  • LMDZ6/branches/LMDZ-COSP/DefLists/cospv2_output_nl.txt

    r3517 r5902  
    112112  Lcloudsat_tcc2=.true.,
    113113  !- These are provided for debugging or special purposes
    114   Lfracout=.false.,
     114  Lfracout=.true.,
    115115  LlidarBetaMol532=.true., 
    116116  !- MODIS
     
    146146  Lptradarflag8=.true.,
    147147  Lptradarflag9=.true.,
    148   Lradarpia=.true.
     148  Lradarpia=.true.,
     149  !- CloudSat+MODIS joint diagnostics
     150  Lwr_occfreq=.true.,
     151  Lcfodd=.true.
    149152/
Note: See TracChangeset for help on using the changeset viewer.