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/ORCA2_LIM/EXP00 – 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/ORCA2_LIM/EXP00
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_LOCEAN_CMCC_INGV_MERCATOR_2011/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist

    r2735 r3104  
    755755&namflo       !   float parameters                                      ("key_float") 
    756756!----------------------------------------------------------------------- 
    757    ln_rstflo  = .false.    !  float restart (T) or not (F) 
    758    nn_writefl =      75    !  frequency of writing in float output file  
    759    nn_stockfl =    5475    !  frequency of creation of the float restart file  
    760    ln_argo    = .false.    !  Argo type floats (stay at the surface each 10 days) 
    761    ln_flork4  = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
    762                            !  or computed with Blanke' scheme (F) 
     757   jpnfl         = 1          !  total number of floats during the run 
     758   jpnnewflo     = 0          !  number of floats for the restart 
     759   ln_rstflo     = .false.    !  float restart (T) or not (F) 
     760   nn_writefl    =      75    !  frequency of writing in float output file 
     761   nn_stockfl    =    5475    !  frequency of creation of the float restart file 
     762   ln_argo       = .false.    !  Argo type floats (stay at the surface each 10 days) 
     763   ln_flork4     = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
     764                              !  or computed with Blanke' scheme (F) 
     765   ln_ariane     = .true.     !  Input with Ariane tool convention(T) 
     766   ln_flo_ascii  = .true.     !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
    763767/ 
    764768!----------------------------------------------------------------------- 
  • branches/2011/dev_LOCEAN_CMCC_INGV_MERCATOR_2011/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/iodef.xml

    r2729 r3104  
    129129   <field id="ticemel_cea"  description="Rate of Melt at Upper Surface of Sea Ice (cell average)"      unit="kg/m2/s"  /> 
    130130 
     131 
     132        <!-- tidal composante --> 
     133        <field id="M2x"          description="M2 Elevation harmonic real part "                             unit="m"        /> 
     134        <field id="M2y"          description="M2 Elevation harmonic imaginary part"                         unit="m"        /> 
     135        <field id="S2x"          description="M2 Elevation harmonic real part "                             unit="m"        /> 
     136        <field id="S2y"          description="M2 Elevation harmonic imaginary part"                         unit="m"        /> 
     137        <field id="N2x"          description="M2 Elevation harmonic real part "                             unit="m"        /> 
     138        <field id="N2y"          description="M2 Elevation harmonic imaginary part"                         unit="m"        /> 
     139        <field id="K1x"          description="M2 Elevation harmonic real part "                             unit="m"        /> 
     140        <field id="K1y"          description="M2 Elevation harmonic imaginary part"                         unit="m"        /> 
     141        <field id="O1x"          description="M2 Elevation harmonic real part "                             unit="m"        /> 
     142        <field id="O1y"          description="M2 Elevation harmonic imaginary part"                         unit="m"        /> 
     143        <field id="Q1x"          description="M2 Elevation harmonic real part "                             unit="m"        /> 
     144        <field id="Q1y"          description="M2 Elevation harmonic imaginary part"                         unit="m"        /> 
     145        <field id="M4x"          description="M2 Elevation harmonic real part "                             unit="m"        /> 
     146        <field id="M4y"          description="M2 Elevation harmonic imaginary part"                         unit="m"        /> 
     147        <field id="K2x"          description="M2 Elevation harmonic real part "                             unit="m"        /> 
     148        <field id="K2y"          description="M2 Elevation harmonic imaginary part"                         unit="m"        /> 
     149        <field id="P1x"          description="M2 Elevation harmonic real part "                             unit="m"        /> 
     150        <field id="P1y"          description="M2 Elevation harmonic imaginary part"                         unit="m"        /> 
     151        <field id="Mfx"          description="M2 Elevation harmonic real part "                             unit="m"        /> 
     152        <field id="Mfy"          description="M2 Elevation harmonic imaginary part"                         unit="m"        /> 
     153        <field id="Mmx"          description="M2 Elevation harmonic real part "                             unit="m"        /> 
     154        <field id="Mmy"          description="M2 Elevation harmonic imaginary part"                         unit="m"        /> 
     155 
     156        <field id="M2x_u"          description="M2 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
     157        <field id="M2y_u"          description="M2 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
     158        <field id="S2x_u"          description="S2 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
     159        <field id="S2y_u"          description="S2 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
     160        <field id="N2x_u"          description="N2 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
     161        <field id="N2y_u"          description="N2 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
     162        <field id="K1x_u"          description="K1 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
     163        <field id="K1y_u"          description="K1 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
     164        <field id="O1x_u"          description="O1 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
     165        <field id="O1y_u"          description="O1 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
     166        <field id="Q1x_u"          description="Q1 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
     167        <field id="Q1y_u"          description="Q1 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
     168        <field id="M4x_u"          description="M4 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
     169        <field id="M4y_u"          description="M4 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
     170        <field id="K2x_u"          description="K2 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
     171        <field id="K2y_u"          description="K2 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
     172        <field id="P1x_u"          description="P1 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
     173        <field id="P1y_u"          description="P1 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
     174        <field id="Mfx_u"          description="Mf current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
     175        <field id="Mfy_u"          description="Mf current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
     176        <field id="Mmx_u"          description="Mm current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
     177        <field id="Mmy_u"          description="Mm current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
     178 
     179        <field id="M2x_v"          description="M2 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
     180        <field id="M2y_v"          description="M2 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
     181        <field id="S2x_v"          description="S2 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
     182        <field id="S2y_v"          description="S2 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
     183        <field id="N2x_v"          description="N2 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
     184        <field id="N2y_v"          description="N2 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
     185        <field id="K1x_v"          description="K1 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
     186        <field id="K1y_v"          description="K1 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
     187        <field id="O1x_v"          description="O1 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
     188        <field id="O1y_v"          description="O1 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
     189        <field id="Q1x_v"          description="Q1 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
     190        <field id="Q1y_v"          description="Q1 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
     191        <field id="M4x_v"          description="M4 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
     192        <field id="M4y_v"          description="M4 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
     193        <field id="K2x_v"          description="K2 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
     194        <field id="K2y_v"          description="K2 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
     195        <field id="P1x_v"          description="P1 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
     196        <field id="P1y_v"          description="P1 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
     197        <field id="Mfx_v"          description="Mf current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
     198        <field id="Mfy_v"          description="Mf current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
     199        <field id="Mmx_v"          description="Mm current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
     200        <field id="Mmy_v"          description="Mm current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
    131201      </group> 
    132202 
     
    206276      </group> 
    207277 
     278 
     279      <!-- variables available with key_float --> 
     280      <group id="floatvar" axis_ref="nfloat" grid_ref="scalarpoint" zoom_ref="1point"> 
     281        <field id="traj_lon"   description="floats longitude"   unit="deg"   operation="inst(X)" /> 
     282        <field id="traj_lat"   description="floats latitude"    unit="deg"   operation="inst(X)"  /> 
     283        <field id="traj_dep"   description="floats depth"       unit="m"     operation="inst(X)"  /> 
     284        <field id="traj_temp"  description="floats temperature" unit="degC"  operation="inst(X)"  /> 
     285        <field id="traj_salt"  description="floats salinity"    unit="psu"   operation="inst(X)"  /> 
     286        <field id="traj_dens"  description="floats density"     unit="kg/m3" operation="inst(X)"  /> 
     287        <field id="traj_group" description="floats group"       unit="none"  operation="inst(X)"  /> 
     288      </group> 
     289 
    208290    </field_definition> 
    209      
     291 
    210292    <!--  
    211293============================================================================================================ 
     
    261343       <field ref="sst"    name="sst_1d_ave"                       />     <!-- mean --> 
    262344       <field ref="sst"    name="sst_1d_max"  operation="t_max(X)" />     <!-- max --> 
     345            <field ref="M2x"     name="M2_x_elev"  /> 
     346            <field ref="M2y"     name="M2_y_elev"  /> 
    263347     </file> 
    264348   </group> 
     349 
     350        <!-- variables available with key_float, instantaneous fields --> 
     351        <file id="floats"  description="floats variables"> 
     352            <field ref="traj_lon"   name="floats_longitude"   freq_op="86400" /> 
     353            <field ref="traj_lat"   name="floats_latitude"    freq_op="86400" /> 
     354            <field ref="traj_dep"   name="floats_depth"       freq_op="86400" /> 
     355            <field ref="traj_temp"  name="floats_temperature" freq_op="86400" /> 
     356            <field ref="traj_salt"  name="floats_salinity"    freq_op="86400" /> 
     357            <field ref="traj_dens"  name="floats_density"     freq_op="86400" /> 
     358            <field ref="traj_group" name="floats_group"       freq_op="86400" /> 
     359        </file> 
    265360 
    266361      </group> 
     
    384479     
    385480    <axis_definition>   
    386       <axis id="deptht" description="Vertical T levels" unit="m" positive=".false." /> 
    387       <axis id="depthu" description="Vertical U levels" unit="m" positive=".false." /> 
    388       <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." /> 
    389       <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." /> 
     481      <axis id="deptht" description="Vertical T levels" unit="m"       positive=".false." /> 
     482      <axis id="depthu" description="Vertical U levels" unit="m"       positive=".false." /> 
     483      <axis id="depthv" description="Vertical V levels" unit="m"       positive=".false." /> 
     484      <axis id="depthw" description="Vertical W levels" unit="m"       positive=".false." /> 
     485      <axis id="nfloat" description="Number of float"   unit="no unit" positive=".false." /> 
    390486      <axis id="none" description="axe non defini" unit="none" size="1" /> 
    391487    </axis_definition>  
  • branches/2011/dev_LOCEAN_CMCC_INGV_MERCATOR_2011/NEMOGCM/CONFIG/ORCA2_LIM/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   = .true.   !  use tidal potential forcing 
     382   nb_harmo      =    11    !  number of constituents used 
     383   clname(1)     =   'M2'   !  name of constituent 
     384   clname(2)     =   'S2' 
     385   clname(3)     =   'N2' 
     386   clname(4)     =   'K1' 
     387   clname(5)     =   'O1' 
     388   clname(6)     =   'Q1' 
     389   clname(7)     =   'M4' 
     390   clname(8)     =   'K2' 
     391   clname(9)     =   'P1' 
     392   clname(10)    =   'Mf' 
     393   clname(11)    =   'Mm' 
     394/ 
     395!----------------------------------------------------------------------- 
    362396&nambdy        !  unstructured open boundaries                          ("key_bdy") 
    363397!----------------------------------------------------------------------- 
     
    586620   rn_alp      =   5.      !  coefficient of the parameterization 
    587621   nn_ric      =   2       !  coefficient of the parameterization 
     622   rn_ekmfc    =   0.7     !  Factor in the Ekman depth Equation 
     623   rn_mldmin   =   1.0     !  minimum allowable mixed-layer depth estimate (m) 
     624   rn_mldmax   =1000.0     !  maximum allowable mixed-layer depth estimate (m) 
     625   rn_wtmix    =  10.0     !  vertical eddy viscosity coeff [m2/s] in the mixed-layer 
     626   rn_wvmix    =  10.0     !  vertical eddy diffusion coeff [m2/s] in the mixed-layer 
     627   ln_mldw     = .true.    !  Flag to use or not the mized layer depth param. 
    588628/ 
    589629!----------------------------------------------------------------------- 
     
    744784&namflo       !   float parameters                                      ("key_float") 
    745785!----------------------------------------------------------------------- 
    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) 
     786   jpnfl         = 1          !  total number of floats during the run 
     787   jpnnewflo     = 0          !  number of floats for the restart 
     788   ln_rstflo     = .false.    !  float restart (T) or not (F) 
     789   nn_writefl    =      75    !  frequency of writing in float output file  
     790   nn_stockfl    =    5475    !  frequency of creation of the float restart file  
     791   ln_argo       = .false.    !  Argo type floats (stay at the surface each 10 days) 
     792   ln_flork4     = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
     793                              !  or computed with Blanke' scheme (F) 
     794   ln_ariane     = .true.     !  Input with Ariane tool convention(T) 
     795   ln_flo_ascii  = .true.     !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
    752796/ 
    753797!----------------------------------------------------------------------- 
     
    766810!----------------------------------------------------------------------- 
    767811   ln_diahsb  = .false.    !  check the heat and salt budgets (T) or not (F) 
     812/ 
     813!----------------------------------------------------------------------- 
     814&nam_diaharm   !   Harmonic analysis of tidal constituents ('key_diaharm') 
     815!----------------------------------------------------------------------- 
     816    nit000_han = 1         ! First time step used for harmonic analysis 
     817    nitend_han = 75        ! Last time step used for harmonic analysis 
     818    nstep_han  = 15        ! Time step frequency for harmonic analysis 
     819    nb_ana     = 2         ! Number of harmonics to analyse 
     820    tname(1)   = 'M2'      ! Name of tidal constituents 
     821    tname(2)   = 'K1' 
     822/ 
     823!----------------------------------------------------------------------- 
     824&namdct        ! transports through sections 
     825!----------------------------------------------------------------------- 
     826    nn_dct      = 15       !  time step frequency for transports computing 
     827    nn_dctwri   = 15       !  time step frequency for transports writing 
     828    nn_secdebug = 112      !      0 : no section to debug 
     829                           !     -1 : debug all section 
     830                           !  0 < n : debug section number n 
    768831/ 
    769832 
     
    858921    nn_divdmp = 0          !  Number of iterations of divergence damping operator 
    859922/ 
     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.