New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3104 for branches/2011/dev_LOCEAN_CMCC_INGV_MERCATOR_2011/NEMOGCM/CONFIG/POMME – NEMO

Ignore:
Timestamp:
2011-11-15T11:08:25+01:00 (13 years ago)
Author:
cetlod
Message:

dev_LOCEAN_CMCC_INGV_MERCATOR_2011:add in changes dev_MERCATOR_INGV_2011_MERGE into the new branch

Location:
branches/2011/dev_LOCEAN_CMCC_INGV_MERCATOR_2011/NEMOGCM/CONFIG/POMME/EXP00
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_LOCEAN_CMCC_INGV_MERCATOR_2011/NEMOGCM/CONFIG/POMME/EXP00/iodef.xml

    r2561 r3104  
    204204   <field id="saltot"     description="global mean salinity"                       unit="psu"  /> 
    205205   <field id="fram_trans" description="Sea Ice Mass Transport Through Fram Strait" unit="kg/s" /> 
     206      </group> 
     207 
     208      <!-- variables available with key_float --> 
     209      <group id="floatvar" axis_ref="nfloat" grid_ref="scalarpoint" zoom_ref="1point"> 
     210        <field id="traj_lon"   description="floats longitude"   unit="deg"  operation="inst(X)" /> 
     211        <field id="traj_lat"   description="floats latitude"    unit="deg"   /> 
     212        <field id="traj_dep"   description="floats depth"       unit="m"     /> 
     213        <field id="traj_temp"  description="floats temperature" unit="degC"  /> 
     214        <field id="traj_salt"  description="floats salinity"    unit="psu"   /> 
     215        <field id="traj_dens"  description="floats density"     unit="kg/m3" /> 
     216        <field id="traj_group" description="floats group"       unit="none"  /> 
    206217      </group> 
    207218 
     
    263274    </file> 
    264275   
     276    <!-- variables available with key_float, instantaneous fields --> 
     277    <file id="floats"  description="floats variables"> 
     278         <field ref="traj_lon"   name="floats_longitude"   freq_op="432000" /> 
     279         <field ref="traj_lat"   name="floats_latitude"    freq_op="432000" /> 
     280         <field ref="traj_dep"   name="floats_depth"       freq_op="432000" /> 
     281         <field ref="traj_temp"  name="floats_temperature" freq_op="432000" /> 
     282         <field ref="traj_salt"  name="floats_salinity"    freq_op="432000" /> 
     283         <field ref="traj_dens"  name="floats_density"     freq_op="432000" /> 
     284         <field ref="traj_group" name="floats_group"       freq_op="432000" /> 
     285     </file> 
     286  
    265287  </file_definition> 
    266288 
     
    277299     <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." /> 
    278300     <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." /> 
     301     <axis id="nfloat" description="Number of float"   unit="no unit" positive=".false." /> 
    279302     <axis id="none" description="axe non defini" unit="none" size="1" /> 
    280303  </axis_definition>  
  • branches/2011/dev_LOCEAN_CMCC_INGV_MERCATOR_2011/NEMOGCM/CONFIG/POMME/EXP00/namelist

    r3097 r3104  
    130130   ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio)  
    131131   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core)  
     132   ln_blk_ecmwf= .false.   !  MFS bulk formulation                      (T => fill namsbc_ecmwf) 
    132133   ln_cpl      = .false.   !  Coupled formulation                       (T => fill namsbc_cpl ) 
    133134   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
     
    142143                           !     =2 annual global mean of e-p-r set to zero 
    143144                           !     =3 global emp set to zero and spread out over erp area 
     145   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave) 
    144146/ 
    145147!----------------------------------------------------------------------- 
     
    200202   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    201203   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
     204/ 
     205!----------------------------------------------------------------------- 
     206&namsbc_ecmwf   !   namsbc_ecmwf  MFS bulk formulea 
     207!----------------------------------------------------------------------- 
     208!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     209!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     210   sn_wndi     =   'ecmwf'   ,        6          , 'u10'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , '' 
     211   sn_wndj     =   'ecmwf'   ,        6          , 'v10'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , '' 
     212   sn_clc      =   'ecmwf'   ,        6          , 'clc'     ,    .true.    , .false. , 'daily'  ,'bilinear.nc', '' 
     213   sn_msl      =   'ecmwf'   ,        6          , 'msl'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , '' 
     214   sn_tair     =   'ecmwf'   ,        6          , 't2'      ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , '' 
     215   sn_rhm      =   'ecmwf'   ,        6          , 'rh'      ,    .true.    , .false. , 'daily'  ,'bilinear.nc', '' 
     216   sn_prec     =   'ecmwf'   ,        6          , 'precip'  ,    .true.    , .true.  , 'daily'  ,'bicubic.nc' , '' 
     217 
     218   cn_dir      = './ECMWF/'      !  root directory for the location of the bulk files 
    202219/ 
    203220!----------------------------------------------------------------------- 
     
    360377/ 
    361378!----------------------------------------------------------------------- 
     379!       nam_tide       tide parameters (#ifdef key_tide) 
     380!----------------------------------------------------------------------- 
     381!  ln_tide_pot    = use tidal potential forcing 
     382!  nb_harmo    = number of constituents used 
     383!  name(1)     = 'M2', 'K1', etc name of constituent 
     384 
     385&nam_tide 
     386   ln_tide_pot           = .true. 
     387   nb_harmo    = 11 
     388   clname(1)     =   'M2' 
     389   clname(2)     =   'S2' 
     390   clname(3)     =   'N2' 
     391   clname(4)     =   'K1' 
     392   clname(5)     =   'O1' 
     393   clname(6)     =   'Q1' 
     394   clname(7)     =   'M4' 
     395   clname(8)     =   'K2' 
     396   clname(9)     =   'P1' 
     397   clname(10)    =   'Mf' 
     398   clname(11)    =   'Mm' 
     399/ 
     400!----------------------------------------------------------------------- 
    362401&nambdy        !  unstructured open boundaries                          ("key_bdy") 
    363402!----------------------------------------------------------------------- 
     
    586625   rn_alp      =   5.      !  coefficient of the parameterization 
    587626   nn_ric      =   2       !  coefficient of the parameterization 
     627   rn_ekmfc    =   0.7     !  Factor in the Ekman depth Equation 
     628   rn_mldmin   =   1.0     !  minimum allowable mixed-layer depth estimate (m) 
     629   rn_mldmax   =1000.0     !  maximum allowable mixed-layer depth estimate (m) 
     630   rn_wtmix    =  10.0     !  vertical eddy viscosity coeff [m2/s] in the mixed-layer 
     631   rn_wvmix    =  10.0     !  vertical eddy diffusion coeff [m2/s] in the mixed-layer 
     632   ln_mldw     = .true.    !  Flag to use or not the mized layer depth param. 
    588633/ 
    589634!----------------------------------------------------------------------- 
     
    749794&namflo       !   float parameters                                      ("key_float") 
    750795!----------------------------------------------------------------------- 
    751    ln_rstflo  = .false.    !  float restart (T) or not (F) 
    752    nn_writefl =      75    !  frequency of writing in float output file  
    753    nn_stockfl =    5475    !  frequency of creation of the float restart file  
    754    ln_argo    = .false.    !  Argo type floats (stay at the surface each 10 days) 
    755    ln_flork4  = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
    756                            !  or computed with Blanke' scheme (F) 
     796   jpnfl         = 1          !  total number of floats during the run 
     797   jpnnewflo     = 0          !  number of floats for the restart 
     798   ln_rstflo     = .false.    !  float restart (T) or not (F) 
     799   nn_writefl    =      75    !  frequency of writing in float output file 
     800   nn_stockfl    =    5475    !  frequency of creation of the float restart file 
     801   ln_argo       = .false.    !  Argo type floats (stay at the surface each 10 days) 
     802   ln_flork4     = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
     803                              !  or computed with Blanke' scheme (F) 
     804   ln_ariane     = .true.     !  Input with Ariane tool convention(T) 
     805   ln_flo_ascii  = .true.     !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
    757806/ 
    758807!----------------------------------------------------------------------- 
     
    771820!----------------------------------------------------------------------- 
    772821   ln_diahsb  = .false.    !  check the heat and salt budgets (T) or not (F) 
     822/ 
     823!----------------------------------------------------------------------- 
     824&namdct        ! transports through sections 
     825!----------------------------------------------------------------------- 
     826    nn_dct      = 60       !  time step frequency for transports computing 
     827    nn_dctwri   = 60       !  time step frequency for transports writing 
     828    nn_secdebug =  0       !      0 : no section to debug 
     829                           !     -1 : debug all section 
     830                           !  0 < n : debug section number n 
    773831/ 
    774832 
     
    863921    nn_divdmp = 0          !  Number of iterations of divergence damping operator 
    864922/ 
     923!----------------------------------------------------------------------- 
     924&namsbc_wave   ! External fields from wave model 
     925!----------------------------------------------------------------------- 
     926!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     927!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     928   sn_cdg      =  'cdg_wave' ,        1          , 'drag_coeff' , .true.   , .false. , 'daily'  ,''         , '' 
     929! 
     930   cn_dir_cdg  = './'  !  root directory for the location of drag coefficient files 
     931/ 
Note: See TracChangeset for help on using the changeset viewer.