Ignore:
Timestamp:
03/01/22 14:22:35 (2 years ago)
Author:
cetlod
Message:

NEMOv6.1 : use total precipitation ( rainfall+snow ) rather than liquid precipitation only for experiments with JRA forcings

Location:
CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/NAMELIST
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/NAMELIST/ORCA025/namelist_jra_ia_cfg

    r4683 r6072  
    242242   sn_tair     = 't_10'     ,         3          , 'tas'      ,     .true.     ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
    243243   sn_humi     = 'q_10'     ,         3          , 'huss'     ,     .true.     ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
    244    sn_prec     = 'rain'     ,         3          , 'prrn'     ,     .true.     ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
     244   sn_prec     = 'precip'   ,         3          , 'prtot'    ,     .true.     ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
    245245   sn_snow     = 'snow'     ,         3          , 'prsn'     ,     .true.     ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
    246246/ 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/NAMELIST/ORCA1/namelist_jra_ia_cfg

    r5623 r6072  
    112112   sn_tair     = 't_10'     ,         3          , 'tas'      ,     .true.     ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
    113113   sn_humi     = 'q_10'     ,         3          , 'huss'     ,     .true.     ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
    114    sn_prec     = 'rain'     ,         3          , 'prra'     ,     .true.     ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
     114   sn_prec     = 'precip'   ,         3          , 'prtot'    ,     .true.     ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
    115115   sn_snow     = 'snow'     ,         3          , 'prsn'     ,     .true.     ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
    116116/ 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/NAMELIST/ORCA2/namelist_jra_ia_cfg

    r5623 r6072  
    9595   sn_tair     = 't_10'     ,         3          , 'tas'      ,     .true.     ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
    9696   sn_humi     = 'q_10'     ,         3          , 'huss'     ,     .true.     ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
    97    sn_prec     = 'rain'     ,         3          , 'prra'     ,     .true.     ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
     97   sn_prec     = 'precip'   ,         3          , 'prtot'     ,    .true.     ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
    9898   sn_snow     = 'snow'     ,         3          , 'prsn'     ,     .true.     ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
    9999/ 
Note: See TracChangeset for help on using the changeset viewer.