Changeset 3625


Ignore:
Timestamp:
Jan 28, 2020, 2:08:44 PM (4 years ago)
Author:
idelkadi
Message:

Corrections pour tourner avec la version 2 du simulateur Cosp

Location:
LMDZ6/trunk/DefLists
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/DefLists/cospv2_input_nl.txt

    r3517 r3625  
    11! (c) British Crown Copyright 2008, the Met Office.
    22! All rights reserved.
    3 ! 
    4 ! Redistribution and use in source and binary forms, with or without modification, are permitted 
     3!
     4! Redistribution and use in source and binary forms, with or without modification, are permitted
    55! provided that the following conditions are met:
    6 ! 
    7 !     * Redistributions of source code must retain the above copyright notice, this list 
     6!
     7!     * Redistributions of source code must retain the above copyright notice, this list
    88!       of conditions and the following disclaimer.
    99!     * Redistributions in binary form must reproduce the above copyright notice, this list
    10 !       of conditions and the following disclaimer in the documentation and/or other materials 
     10!       of conditions and the following disclaimer in the documentation and/or other materials
    1111!       provided with the distribution.
    12 !     * Neither the name of the Met Office nor the names of its contributors may be used 
    13 !       to endorse or promote products derived from this software without specific prior written 
     12!     * Neither the name of the Met Office nor the names of its contributors may be used
     13!       to endorse or promote products derived from this software without specific prior written
    1414!       permission.
    15 ! 
    16 ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR 
    17 ! IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 
    18 ! FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 
    19 ! CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
    20 ! DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
    21 ! DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER 
    22 ! IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 
     15!
     16! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
     17! IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
     18! FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
     19! CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     20! DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
     21! DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
     22! IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
    2323! OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2424
     
    2626! Namelist that sets up the main COSP options
    2727&COSP_INPUT
    28   NPOINTS_IT=10000,! Max number of gridpoints to be processed in one iteration
     28!  NPOINTS=153,! Number of gridpoints 153,27840,7081,6912
     29  NPOINTS_IT=5000,! Max number of gridpoints to be processed in one iteration
    2930  NCOLUMNS=20,  ! Number of subcolumns
    30   USE_VGRID=.true., ! Use fixed vertical grid for outputs? (if .true. then you need to define number of levels with Nlr)
    31   NLR=40,       ! Number of levels in statistical outputs (only used if USE_VGRID=.true.)
    32   CSAT_VGRID=.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_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.
    3335                     !  USE_VGRID needs also be .true.)
     36!  DINPUT='./',  ! Directory where the input files are located. Useful when processing multiple files.
     37                ! 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',
    3440  !----------------------------------------------------------------------------------
    3541  !--------------- Inputs related to radar simulations
    3642  !----------------------------------------------------------------------------------
    37   RADAR_FREQ=94.0, ! CloudSat radar frequency (GHz)
     43  cloudsat_RADAR_FREQ=94.0, ! CloudSat radar frequency (GHz)
    3844  SURFACE_RADAR=0, ! surface=1, spaceborne=0
    39   use_mie_tables=0,! use a precomputed lookup table? yes=1,no=0
    40   use_gas_abs=1,   ! include gaseous absorption? yes=1,no=0
    41   do_ray=0,        ! calculate/output Rayleigh refl=1, not=0
    42   melt_lay=0,      ! melting layer model off=0, on=1
    43   k2=-1,           ! |K|^2, -1=use frequency dependent default
    44   use_reff=.true., ! True if you want effective radius to be used by radar simulator (always used by lidar)
    45   use_precipitation_fluxes=.true.,  ! True if precipitation fluxes are input to the algorithm
     45  cloudsat_use_gas_abs=1,   ! include gaseous absorption? yes=1,no=0
     46  cloudsat_do_ray=0,        ! calculate/output Rayleigh refl=1, not=0
     47  cloudsat_k2=-1,           ! |K|^2, -1=use frequency dependent default
     48  use_precipitation_fluxes=.true.,  ! True if precipitation fluxes are input to the algorithm
     49  cloudsat_micro_scheme='MMF_v3_single_moment', !'MMF_v3.5_two_moment'
    4650  !----------------------------------------------------------------------------------
    4751  !---------------- Inputs related to lidar simulations
    4852  !----------------------------------------------------------------------------------
    49   Nprmts_max_hydro=12, ! Max number of parameters for hydrometeor size distributions
    50   Naero=1,             ! Number of aerosol species (Not used)
    51   Nprmts_max_aero=1,   ! Max number of parameters for aerosol size distributions (Not used)
    5253  lidar_ice_type=0,    ! Ice particle shape in lidar calculations (0=ice-spheres ; 1=ice-non-spherical)
    53   OVERLAP=3,   !  overlap type: 1=max, 2=rand, 3=max/rand
     54  OVERLAP=3,           !  overlap assumption used by scops: 1=max, 2=rand, 3=max/rand
    5455  !----------------------------------------------------------------------------------
    5556  !---------------- Inputs related to ISCCP simulator
     
    7576                                 ! determined cloud-top temperature
    7677                                 ! 2 = find the *highest* altitude (lowest pressure) level
    77                                  ! with interpolated temperature equal to the radiance
    78                                  ! determined cloud-top temperature
     78                                 ! with interpolated temperature equal to the radiance
     79                                 ! determined cloud-top temperature. This is the
     80                                 ! default value since V4.0 of the ISCCP simulator.
    7981                                 ! ONLY APPLICABLE IF top_height EQUALS 1 or 3
    80                                  ! 1 = default setting, and matches all versions of
    81                                  ! ISCCP simulator with versions numbers 3.5.1 and lower
    82                                  ! 2 = experimental setting 
    8382  !----------------------------------------------------------------------------------
    8483  !-------------- RTTOV inputs
    8584  !----------------------------------------------------------------------------------
    86   Platform=1,    ! satellite platform
    87   Satellite=15,  ! satellite
    88   Instrument=0,  ! instrument
    89   Nchannels=8,   ! Number of channels to be computed
    90   Channels=1,3,5,6,8,10,11,13,        ! Channel numbers (please be sure that you supply Nchannels)
    91   Surfem=0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,  ! Surface emissivity (please be sure that you supply Nchannels)
    92   ZenAng=50.0, ! Satellite Zenith Angle
     85  rttov_Platform=1,    ! satellite platform
     86  rttov_Satellite=15,  ! satellite
     87  rttov_Instrument=5,  ! instrument
     88  rttov_Nchannels=3,   ! Number of channels to be computed
     89  rttov_Channels=1,2,3,        ! Channel numbers (please be sure that you supply Nchannels)
     90  rttov_Surfem=0.0,0.0,0.0,  ! Surface emissivity (please be sure that you supply Nchannels)
     91  rttov_ZenAng=50.0, ! Satellite Zenith Angle
    9392  CO2=5.241e-04, ! Mixing ratios of trace gases
    9493  CH4=9.139e-07,
     
    9695  CO=2.098e-07
    9796/
    98 
    99 
  • LMDZ6/trunk/DefLists/field_def_lmdz_cospv2.xml

    r3552 r3625  
    1 <!-- $Id: field_def_lmdz.xml 3515 2019-05-21 10:41:38Z emillour $ -->
     1<!-- $Id: field_def_lmdz.xml 3622 2020-01-15 10:50:43Z oboucher $ -->
    22<field_definition level="1" prec="4" operation="average" freq_op="1ts" enabled=".true." default_value="9.96921e+36">
    33   
     
    6060        <field id="wind10m"    long_name="10-m wind speed"      unit="m/s" />
    6161        <field id="wind10max"  long_name="10m wind speed max"   unit="m/s" operation="maximum"/>
    62         <field id="sfcWindmax" field_ref="wind10m" operation="maximum" />
     62        <field id="wind100m"   long_name="100-m wind speed"      unit="m/s" />
     63        <field id="sfcWindmax" field_ref="wind10m" operation="maximum" />
    6364        <field id="sicf"    long_name="Sea-ice fraction"        unit="-" />
    6465        <field id="q2m"     long_name="Specific humidity 2m"    unit="kg/kg" />
     
    511512        <field id="colO3_strat"    long_name="Ozone stratospheric column"     unit="DU" />             <!-- Added ThL -->
    512513        <field id="colO3_trop"     long_name="Ozone tropospheric column"      unit="DU" />             <!-- Added ThL -->
     514        <field id="flx_co2_land"   long_name="CO2 flux from land"             unit="kg CO2/m2/s" />    <!-- Added OB -->
     515        <field id="flx_co2_ocean"  long_name="CO2 flux from ocean"            unit="kg CO2/m2/s" />    <!-- Added OB -->
     516        <field id="flx_co2_ff"     long_name="CO2 flux from ff"               unit="kg CO2/m2/s" />    <!-- Added OB -->
     517        <field id="flx_co2_bb"     long_name="CO2 flux from bb"               unit="kg CO2/m2/s" />    <!-- Added OB -->
    513518    </field_group>
    514519
     
    852857    </field_group>
    853858
    854 <!-- LIDAR DIAGNOSTICS -->
     859   
     860    <!-- LIDAR DIAGNOSTICS -->
    855861    <field_group id="fields_COSP_LIDAR_2D" grid_ref="grid_glo" freq_offset="0ts" freq_op="3h">
    856862<!-- CALIPSO 2D -->
     
    10151021      <field id="modis_ot_vs_reffliq" long_name="MODIS Joint-PDF of optical-depth and liquid particle size" unit="1" freq_offset="0ts" freq_op="3h" grid_ref="grid4Dreffl"  detect_missing_value=".true." />
    10161022
    1017    
     1023
    10181024    <field_group id="fields_AIRS" grid_ref="grid_glo" operation="instant" freq_op="3h">
    10191025      <field id="alt_tropo" long_name="Tropopause pressure" unit="hPa" />
     
    10641070<!-- reducing mass 3D variable to atmosphere total mass scalar -->
    10651071      <field id="mass_sum_axis"    field_ref="mass" grid_ref="grid_sum_axis" freq_op="1mo" > @mass  </field>
    1066       <field id="mass_sum" field_ref="mass_sum_axis" grid_ref="grid_sum" freq_op="1mo" > @mass_sum_axis  </field>
     1072      <field id="mass_sum" field_ref="mass_sum_axis" grid_ref="grid_sum" freq_op="1mo" > @mass_sum_axis*aire  </field>
    10671073   </field_group>
    10681074
  • LMDZ6/trunk/DefLists/file_def_histdayCOSPv2_lmdz.xml

    r3517 r3625  
    22      <file_group id="defile">
    33        <file id="histdayCOSP" name="histdayCOSP" output_freq="1d" output_level="1" type="one_file" enabled=".TRUE.">
     4<variable id="LongName" type="string">LMDZOR configuration</variable>
    45            <!-- VARS LIDAR -->
    56            <field_group operation="average" freq_op="3h" detect_missing_value=".true.">
     
    139140                <field field_ref="iwpmodis"            level="1" />
    140141                <field field_ref="modis_ot_vs_ctp"     level="1" />
    141                 <field field_ref="modis_ot_vs_reffice" level="1" />
    142                 <field field_ref="modis_ot_vs_reffliq" level="1" />
     142                <field field_ref="modis_ot_vs_reffice" level="10" />
     143                <field field_ref="modis_ot_vs_reffliq" level="10" />
    143144            </field_group>
    144145
Note: See TracChangeset for help on using the changeset viewer.