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/GYRE – 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/GYRE/EXP00
Files:
2 edited

Legend:

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

    r2561 r3104  
    206206      </group> 
    207207 
     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"  /> 
     217      </group> 
     218 
     219 
    208220    </field_definition> 
    209221 
     
    286298        </file> 
    287299 
     300        <!-- variables available with key_float, instantaneous fields --> 
     301        <file id="floats"  description="floats variables"> 
     302            <field ref="traj_lon"   name="floats_longitude"   freq_op="432000" /> 
     303            <field ref="traj_lat"   name="floats_latitude"    freq_op="432000" /> 
     304            <field ref="traj_dep"   name="floats_depth"       freq_op="432000" /> 
     305            <field ref="traj_temp"  name="floats_temperature" freq_op="432000" /> 
     306            <field ref="traj_salt"  name="floats_salinity"    freq_op="432000" /> 
     307            <field ref="traj_dens"  name="floats_density"     freq_op="432000" /> 
     308            <field ref="traj_group" name="floats_group"       freq_op="432000" /> 
     309        </file> 
     310 
    288311      </group> 
    289312 
     
    330353     <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." /> 
    331354     <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." /> 
     355     <axis id="nfloat" description="Number of float"   unit="no unit" positive=".false." /> 
    332356     <axis id="none" description="axe non defini" unit="none" size="1" /> 
    333357  </axis_definition>  
  • branches/2011/dev_LOCEAN_CMCC_INGV_MERCATOR_2011/NEMOGCM/CONFIG/GYRE/EXP00/namelist

    r3097 r3104  
    130130   ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio)  
    131131   ln_blk_core = .false.   !  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!----------------------------------------------------------------------- 
     
    744789&namflo       !   float parameters                                      ("key_float") 
    745790!----------------------------------------------------------------------- 
    746    ln_rstflo  = .false.    !  float restart (T) or not (F) 
    747    nn_writefl =      75    !  frequency of writing in float output file  
    748    nn_stockfl =    5475    !  frequency of creation of the float restart file  
    749    ln_argo    = .false.    !  Argo type floats (stay at the surface each 10 days) 
    750    ln_flork4  = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
    751                            !  or computed with Blanke' scheme (F) 
     791   jpnfl         = 1          !  total number of floats during the run 
     792   jpnnewflo     = 0          !  number of floats for the restart 
     793   ln_rstflo     = .false.    !  float restart (T) or not (F) 
     794   nn_writefl    =      75    !  frequency of writing in float output file 
     795   nn_stockfl    =    5475    !  frequency of creation of the float restart file 
     796   ln_argo       = .false.    !  Argo type floats (stay at the surface each 10 days) 
     797   ln_flork4     = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
     798                              !  or computed with Blanke' scheme (F) 
     799   ln_ariane     = .true.     !  Input with Ariane tool convention(T) 
     800   ln_flo_ascii  = .true.     !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
    752801/ 
    753802!----------------------------------------------------------------------- 
     
    767816   ln_diahsb  = .false.    !  check the heat and salt budgets (T) or not (F) 
    768817/ 
     818!----------------------------------------------------------------------- 
     819&namdct        ! transports through sections 
     820!----------------------------------------------------------------------- 
     821    nn_dct      = 60       !  time step frequency for transports computing 
     822    nn_dctwri   = 60       !  time step frequency for transports writing 
     823    nn_secdebug = 0        !      0 : no section to debug 
     824                           !     -1 : debug all section 
     825                           !  0 < n : debug section number n 
     826/  
    769827 
    770828!!====================================================================== 
     
    858916    nn_divdmp = 0          !  Number of iterations of divergence damping operator 
    859917/ 
     918!----------------------------------------------------------------------- 
     919&namsbc_wave   ! External fields from wave model 
     920!----------------------------------------------------------------------- 
     921!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     922!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     923   sn_cdg      =  'cdg_wave' ,        1          , 'drag_coeff' , .true.   , .false. , 'daily'  ,''         , '' 
     924! 
     925   cn_dir_cdg  = './'  !  root directory for the location of drag coefficient files 
     926/ 
Note: See TracChangeset for help on using the changeset viewer.