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 5956 for branches/2015/dev_r5151_UKMO_ISF/NEMOGCM/CONFIG/ORCA2_LIM – NEMO

Ignore:
Timestamp:
2015-11-30T20:55:41+01:00 (8 years ago)
Author:
mathiot
Message:

ISF : merged trunk (5936) into branch

Location:
branches/2015/dev_r5151_UKMO_ISF/NEMOGCM/CONFIG/ORCA2_LIM
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5151_UKMO_ISF/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist_cfg

    r5621 r5956  
    44!----------------------------------------------------------------------- 
    55&namrun        !   parameters of the run 
     6 nn_it000=1 
    67!----------------------------------------------------------------------- 
    78   cn_exp      = "Agulhas" !  experience name  
    8    nn_itend    =     480   !  last  time step 
     9   nn_itend    =   10950 
    910   nn_stock    =   10950   !  frequency of creation of a restart file (modulo referenced to 1) 
    1011   nn_write    =   10950   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    11    ln_clobber  = .true.    !  clobber (overwrite) an existing file 
     12   ln_clobber  =  .true. 
    1213/ 
    1314!----------------------------------------------------------------------- 
     
    5556/ 
    5657!----------------------------------------------------------------------- 
    57 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    58 !----------------------------------------------------------------------- 
    59 / 
    60 !----------------------------------------------------------------------- 
    6158&namcrs        !   Grid coarsening for dynamics output and/or 
    6259               !   passive tracer coarsened online simulations 
     
    116113/ 
    117114!----------------------------------------------------------------------- 
    118 &namcla        !   cross land advection 
    119 !----------------------------------------------------------------------- 
    120 / 
    121 !----------------------------------------------------------------------- 
    122115&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    123116!----------------------------------------------------------------------- 
     
    145138/ 
    146139!----------------------------------------------------------------------- 
    147 &namtra_adv    !   advection scheme for tracer  
    148 !----------------------------------------------------------------------- 
    149 / 
    150 !----------------------------------------------------------------------- 
    151 &namtra_ldf    !   lateral diffusion scheme for tracers  
    152 !----------------------------------------------------------------------- 
    153  
    154    rn_aht_0         =  1000.    !  horizontal eddy diffusivity for tracers [m2/s] 
    155    rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s]    (require "key_traldf_eiv") 
     140&namtra_adv    !   advection scheme for tracer 
     141!----------------------------------------------------------------------- 
     142   ln_traadv_fct =  .true.    !  FCT scheme 
     143      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order 
     144      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order 
     145      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
     146      !                             !        (number of sub-timestep = nn_fct_zts) 
     147/ 
     148!----------------------------------------------------------------------- 
     149&namtra_ldf    !   lateral diffusion scheme for tracers 
     150!----------------------------------------------------------------------- 
     151   !                       !  Operator type: 
     152   ln_traldf_lap   =  .true.   !    laplacian operator 
     153   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     154   !                       !  Direction of action: 
     155   ln_traldf_lev   =  .false.  !  iso-level 
     156   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
     157   ln_traldf_iso   =  .true.   !  iso-neutral (standard operator) 
     158   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
     159   ! 
     160   !                       !  iso-neutral options:         
     161   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
     162   rn_slpmax       =   0.01    !  slope limit                      (both operators) 
     163   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
     164   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
     165   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
     166   ! 
     167   !                       !  Coefficients: 
     168   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
     169   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
     170   !                                !   =  0           constant 
     171   !                                !   = 10 F(k)      =ldf_c1d 
     172   !                                !   = 20 F(i,j)    =ldf_c2d 
     173   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     174   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
     175   !                                !   = 31 F(i,j,k,t)=F(local velocity) 
     176   rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
     177   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
     178/ 
     179!---------------------------------------------------------------------------------- 
     180&namtra_ldfeiv !   eddy induced velocity param. 
     181!---------------------------------------------------------------------------------- 
     182   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
    156183/ 
    157184!----------------------------------------------------------------------- 
     
    162189&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    163190!----------------------------------------------------------------------- 
     191   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
     192   ln_dynvor_ens = .false. !  energy conserving scheme 
     193   ln_dynvor_mix = .false. !  mixed scheme 
     194   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
     195      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    164196/ 
    165197!----------------------------------------------------------------------- 
     
    168200/ 
    169201!----------------------------------------------------------------------- 
     202&namdyn_spg    !   surface pressure gradient 
     203!----------------------------------------------------------------------- 
     204   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     205/ 
     206!----------------------------------------------------------------------- 
    170207&namdyn_ldf    !   lateral diffusion on momentum 
    171208!----------------------------------------------------------------------- 
    172    !                       !  Type of the operator :  
    173    ln_dynldf_lap    =  .false.  !  laplacian operator          
    174    ln_dynldf_bilap  =  .true.   !  bilaplacian operator     
    175    rn_ahm_0_blp     = -8.5e+11  !  horizontal bilaplacian eddy viscosity [m4/s]  
     209   !                       !  Type of the operator : 
     210   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F 
     211   ln_dynldf_lap =  .false.    !    laplacian operator 
     212   ln_dynldf_blp =  .true.     !  bilaplacian operator 
     213   !                       !  Direction of action  : 
     214   ln_dynldf_lev =  .true.     !  iso-level 
     215   ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
     216   ln_dynldf_iso =  .false.    !  iso-neutral 
     217   !                       !  Coefficient 
     218   nn_ahm_ijk_t  =   0         !  space/time variation of eddy coef 
     219   !                                !  =-30  read in eddy_viscosity_3D.nc file 
     220   !                                !  =-20  read in eddy_viscosity_2D.nc file 
     221   !                                !  =  0  constant 
     222   !                                !  = 10  F(k)=c1d 
     223   !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
     224   !                                !  = 30  F(i,j,k)=c2d*c1d 
     225   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     226   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s] 
     227   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
     228   rn_bhm_0      = 8.5e+11      !  horizontal bilaplacian eddy viscosity [m4/s] 
    176229/ 
    177230!----------------------------------------------------------------------- 
     
    193246/ 
    194247!----------------------------------------------------------------------- 
    195 &namsol        !   elliptic solver / island / free surface  
    196 !----------------------------------------------------------------------- 
    197 / 
    198 !----------------------------------------------------------------------- 
    199248&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    200249!----------------------------------------------------------------------- 
  • branches/2015/dev_r5151_UKMO_ISF/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/iodef.xml

    r5621 r5956  
    153153  </context> 
    154154   
     155 <context id="1_nemo" time_origin="1950-01-01 00:00:00" > 
     156     
     157    <!-- $id$ --> 
     158     
     159    <!--  
     160============================================================================================================ 
     161=                                  definition of all existing variables                                    = 
     162=                                            DO NOT CHANGE                                                 = 
     163============================================================================================================ 
     164    --> 
     165    <field_definition src="./field_def.xml"/> 
     166    <!--  
     167============================================================================================================ 
     168=                                           output files definition                                        = 
     169=                                            Define your own files                                         = 
     170=                                         put the variables you want...                                    = 
     171============================================================================================================ 
     172    --> 
     173     
     174    <file_definition type="multiple_file" name="@expname@_@freq@_@startdate@_@enddate@" sync_freq="10d" min_digits="4"> 
     175     
     176      <file_group id="1ts" output_freq="1ts"  output_level="10" enabled=".TRUE."/> <!-- 1 time step files --> 
     177      <file_group id="1h" output_freq="1h"  output_level="10" enabled=".TRUE."/> <!-- 1h files --> 
     178      <file_group id="2h" output_freq="2h"  output_level="10" enabled=".TRUE."/> <!-- 2h files --> 
     179      <file_group id="3h" output_freq="3h"  output_level="10" enabled=".TRUE."/> <!-- 3h files -->      
     180      <file_group id="4h" output_freq="4h"  output_level="10" enabled=".TRUE."/> <!-- 4h files --> 
     181      <file_group id="6h" output_freq="6h"  output_level="10" enabled=".TRUE."/> <!-- 6h files -->      
     182      <file_group id="1d" output_freq="1d"  output_level="10" enabled=".TRUE."/> <!-- 1d files --> 
     183      <file_group id="3d" output_freq="3d"  output_level="10" enabled=".TRUE."/> <!-- 3d files -->     
     184 
     185      <file_group id="5d" output_freq="5d"  output_level="10" enabled=".TRUE." >  <!-- 5d files -->   
     186  
     187   <file id="file1" name_suffix="_grid_T" description="ocean T grid variables" > 
     188     <field field_ref="sst"          name="tos"      long_name="sea_surface_temperature"                       /> 
     189     <field field_ref="sss"          name="sos"      long_name="sea_surface_salinity"                          /> 
     190     <field field_ref="ssh"          name="zos"      long_name="sea_surface_height_above_geoid"                /> 
     191     <field field_ref="toce"         name="thetao"   long_name="sea_water_potential_temperature"               /> 
     192     <field field_ref="soce"         name="so"       long_name="sea_water_salinity"                            /> 
     193     <field field_ref="sst2"         name="tossq"    long_name="square_of_sea_surface_temperature"             /> 
     194     <field field_ref="ssh2"         name="zossq"    long_name="square_of_sea_surface_height_above_geoid"      /> 
     195     <field field_ref="mldkz5"       /> 
     196     <field field_ref="mldr10_1"     /> 
     197     <field field_ref="empmr"        name="wfo"      long_name="water_flux_into_sea_water"                     /> 
     198     <field field_ref="qsr"          name="rsntds"   long_name="surface_net_downward_shortwave_flux"           /> 
     199     <field field_ref="qt"           name="tohfls"   long_name="surface_net_downward_total_heat_flux"          /> 
     200     <field field_ref="saltflx"      name="sosflxdo"  /> 
     201     <field field_ref="taum"         name="taum" /> 
     202     <field field_ref="wspd"         name="sowindsp"  /> 
     203          <field field_ref="precip"       name="soprecip" /> 
     204   </file> 
     205 
     206   <file id="file3" name_suffix="_grid_U" description="ocean U grid variables" > 
     207     <field field_ref="ssu"          name="uos"     long_name="sea_surface_x_velocity"    /> 
     208     <field field_ref="uoce"         name="uo"      long_name="sea_water_x_velocity"      /> 
     209     <field field_ref="utau"         name="tauuo"   long_name="surface_downward_x_stress" /> 
     210          <!-- variables available with MLE 
     211          <field field_ref="psiu_mle"     name="psiu_mle"  long_name="MLE_streamfunction_along_i-axis" /> 
     212     --> 
     213   </file> 
     214    
     215   <file id="file4" name_suffix="_grid_V" description="ocean V grid variables" > 
     216     <field field_ref="ssv"          name="vos"     long_name="sea_surface_y_velocity"    /> 
     217     <field field_ref="voce"         name="vo"      long_name="sea_water_y_velocity"      /> 
     218     <field field_ref="vtau"         name="tauvo"   long_name="surface_downward_y_stress" /> 
     219          <!-- variables available with MLE 
     220          <field field_ref="psiv_mle"     name="psiv_mle"  long_name="MLE_streamfunction_along_j-axis" /> 
     221     --> 
     222   </file> 
     223    
     224   <file id="file5" name_suffix="_grid_W" description="ocean W grid variables" > 
     225     <field field_ref="woce"         name="wo"      long_name="ocean vertical velocity"         /> 
     226     <field field_ref="avt"          name="difvho"  long_name="ocean_vertical_heat_diffusivity" /> 
     227   </file> 
     228<!-- 
     229   <file id="file6" name_suffix="_icemod" description="ice variables" > 
     230     <field field_ref="ice_pres"                     /> 
     231     <field field_ref="snowthic_cea" name="snd"     long_name="surface_snow_thickness"   /> 
     232     <field field_ref="icethic_cea"  name="sit"     long_name="sea_ice_thickness"        /> 
     233     <field field_ref="iceprod_cea"  name="sip"     long_name="sea_ice_thickness"        /> 
     234     <field field_ref="ist_ipa"      /> 
     235     <field field_ref="uice_ipa"     /> 
     236     <field field_ref="vice_ipa"     /> 
     237     <field field_ref="utau_ice"     /> 
     238     <field field_ref="vtau_ice"     /> 
     239     <field field_ref="qsr_io_cea"   /> 
     240     <field field_ref="qns_io_cea"   /> 
     241     <field field_ref="snowpre"      /> 
     242   </file> 
     243 
     244   <file id="file8" name_suffix="_Tides" description="tidal harmonics" > 
     245     <field field_ref="M2x"          name="M2x"      long_name="M2 Elevation harmonic real part"                       /> 
     246     <field field_ref="M2y"          name="M2y"      long_name="M2 Elevation harmonic imaginary part"                  /> 
     247     <field field_ref="M2x_u"        name="M2x_u"    long_name="M2 current barotrope along i-axis harmonic real part "       /> 
     248     <field field_ref="M2y_u"        name="M2y_u"    long_name="M2 current barotrope along i-axis harmonic imaginary part "  /> 
     249     <field field_ref="M2x_v"        name="M2x_v"    long_name="M2 current barotrope along j-axis harmonic real part "       /> 
     250     <field field_ref="M2y_v"        name="M2y_v"    long_name="M2 current barotrope along j-axis harmonic imaginary part "  /> 
     251   </file> 
     252   --> 
     253      </file_group> 
     254 
     255 
     256      <file_group id="1m" output_freq="1mo" output_level="10" enabled=".TRUE."/> <!-- real monthly files --> 
     257 
     258 
     259      <file_group id="2m" output_freq="2mo" output_level="10" enabled=".TRUE."/> <!-- real 2m files --> 
     260      <file_group id="3m" output_freq="3mo" output_level="10" enabled=".TRUE."/> <!-- real 3m files --> 
     261      <file_group id="4m" output_freq="4mo" output_level="10" enabled=".TRUE."/> <!-- real 4m files --> 
     262      <file_group id="6m" output_freq="6mo" output_level="10" enabled=".TRUE."/> <!-- real 6m files --> 
     263 
     264      <file_group id="1y"  output_freq="1y" output_level="10" enabled=".TRUE."/> <!-- real yearly files --> 
     265      <file_group id="2y"  output_freq="2y" output_level="10" enabled=".TRUE."/> <!-- real 2y files --> 
     266      <file_group id="5y"  output_freq="5y" output_level="10" enabled=".TRUE."/> <!-- real 5y files --> 
     267      <file_group id="10y" output_freq="10y" output_level="10" enabled=".TRUE."/> <!-- real 10y files --> 
     268 
     269   </file_definition> 
     270     
     271    <!--  
     272============================================================================================================ 
     273= grid definition = = DO NOT CHANGE = 
     274============================================================================================================ 
     275    --> 
     276     
     277   <axis_definition>   
     278      <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" /> 
     279      <axis id="depthu" long_name="Vertical U levels" unit="m" positive="down" /> 
     280      <axis id="depthv" long_name="Vertical V levels" unit="m" positive="down" /> 
     281      <axis id="depthw" long_name="Vertical W levels" unit="m" positive="down" /> 
     282      <axis id="nfloat" long_name="Float number"      unit="-"  /> 
     283      <axis id="icbcla" long_name="Iceberg class"     unit="-"  /> 
     284   </axis_definition>  
     285     
     286   <domain_definition src="./domain_def.xml"/> 
     287    
     288   <grid_definition>     
     289     <grid id="grid_T_2D" domain_ref="grid_T"/> 
     290     <grid id="grid_T_3D" domain_ref="grid_T" axis_ref="deptht"/> 
     291     <grid id="grid_U_2D" domain_ref="grid_U"/> 
     292     <grid id="grid_U_3D" domain_ref="grid_U" axis_ref="depthu"/> 
     293     <grid id="grid_V_2D" domain_ref="grid_V"/> 
     294     <grid id="grid_V_3D" domain_ref="grid_V" axis_ref="depthv"/> 
     295     <grid id="grid_W_2D" domain_ref="grid_W"/> 
     296     <grid id="grid_W_3D" domain_ref="grid_W" axis_ref="depthw"/> 
     297    </grid_definition>    
     298  </context> 
    155299 
    156300  <context id="xios"> 
  • branches/2015/dev_r5151_UKMO_ISF/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist_cfg

    r4990 r5956  
    4848/ 
    4949!----------------------------------------------------------------------- 
    50 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    51 !----------------------------------------------------------------------- 
    52 / 
    53 !----------------------------------------------------------------------- 
    5450&namcrs        !   Grid coarsening for dynamics output and/or 
    5551               !   passive tracer coarsened online simulations 
     
    9389/ 
    9490!----------------------------------------------------------------------- 
    95 &namcla        !   cross land advection 
    96 !----------------------------------------------------------------------- 
    97 / 
    98 !----------------------------------------------------------------------- 
    9991&nambfr        !   bottom friction 
    10092!----------------------------------------------------------------------- 
     
    115107&namtra_adv    !   advection scheme for tracer 
    116108!----------------------------------------------------------------------- 
     109   ln_traadv_fct =  .true.    !  FCT scheme 
     110      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
     111      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
     112      nn_fct_zts =  0               !  > 1 , 2nd order FCT scheme with vertical sub-timestepping 
     113      !                             !        (number of sub-timestep = nn_fct_zts) 
    117114/ 
    118115!----------------------------------------------------------------------- 
     
    120117!----------------------------------------------------------------------- 
    121118/ 
    122 !----------------------------------------------------------------------- 
    123 &namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param) 
    124 !----------------------------------------------------------------------- 
    125 / 
    126119!---------------------------------------------------------------------------------- 
    127120&namtra_ldf    !   lateral diffusion scheme for tracers 
    128121!---------------------------------------------------------------------------------- 
     122   !                       !  Operator type: 
     123   ln_traldf_lap   =  .true.   !    laplacian operator 
     124   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     125   !                       !  Direction of action: 
     126   ln_traldf_lev   =  .false.  !  iso-level 
     127   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
     128   ln_traldf_iso   =  .true.   !  iso-neutral (standard operator) 
     129   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
     130   ! 
     131   !                       !  iso-neutral options:         
     132   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
     133   rn_slpmax       =   0.01    !  slope limit                      (both operators) 
     134   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
     135   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
     136   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
     137   ! 
     138   !                       !  Coefficients: 
     139   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
     140   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
     141   !                                !   =  0           constant 
     142   !                                !   = 10 F(k)      =ldf_c1d 
     143   !                                !   = 20 F(i,j)    =ldf_c2d 
     144   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     145   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
     146   !                                !   = 31 F(i,j,k,t)=F(local velocity) 
     147   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
     148   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
     149/ 
     150!---------------------------------------------------------------------------------- 
     151&namtra_ldfeiv !   eddy induced velocity param. 
     152!---------------------------------------------------------------------------------- 
     153   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization 
     154   ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities 
     155   rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s] 
     156   nn_aei_ijk_t  = 21      ! space/time variation of the eiv coeficient 
     157   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
     158   !                                !   =  0           constant 
     159   !                                !   = 10 F(k)      =ldf_c1d 
     160   !                                !   = 20 F(i,j)    =ldf_c2d 
     161   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     162   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    129163/ 
    130164!----------------------------------------------------------------------- 
     
    139173&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    140174!----------------------------------------------------------------------- 
     175   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
     176   ln_dynvor_ens = .false. !  energy conserving scheme 
     177   ln_dynvor_mix = .false. !  mixed scheme 
     178   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
     179      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    141180/ 
    142181!----------------------------------------------------------------------- 
     
    145184/ 
    146185!----------------------------------------------------------------------- 
     186&namdyn_spg    !   surface pressure gradient 
     187!----------------------------------------------------------------------- 
     188   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     189/ 
     190!----------------------------------------------------------------------- 
    147191&namdyn_ldf    !   lateral diffusion on momentum 
    148192!----------------------------------------------------------------------- 
     193   !                       !  Type of the operator : 
     194   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     195   ln_dynldf_lap =  .true.     !    laplacian operator 
     196   ln_dynldf_blp =  .false.    !  bilaplacian operator 
     197   !                       !  Direction of action  : 
     198   ln_dynldf_lev =  .true.     !  iso-level 
     199   ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
     200   ln_dynldf_iso =  .false.    !  iso-neutral 
     201   !                       !  Coefficient 
     202   nn_ahm_ijk_t  = -30         !  space/time variation of eddy coef 
     203   !                                !  =-30  read in eddy_viscosity_3D.nc file 
     204   !                                !  =-20  read in eddy_viscosity_2D.nc file 
     205   !                                !  =  0  constant  
     206   !                                !  = 10  F(k)=c1d 
     207   !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
     208   !                                !  = 30  F(i,j,k)=c2d*c1d 
     209   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     210   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s] 
     211   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
     212   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
    149213/ 
    150214!----------------------------------------------------------------------- 
     
    165229/ 
    166230!----------------------------------------------------------------------- 
    167 &namsol        !   elliptic solver / island / free surface 
    168 !----------------------------------------------------------------------- 
    169 / 
    170 !----------------------------------------------------------------------- 
    171231&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    172232!----------------------------------------------------------------------- 
  • branches/2015/dev_r5151_UKMO_ISF/NEMOGCM/CONFIG/ORCA2_LIM/cpp_ORCA2_LIM.fcm

    r5621 r5956  
    1 bld::tool::fppkeys key_trabbl key_lim2 key_dynspg_flt key_diaeiv key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_zdftke key_zdfddm key_zdftmx key_iomput key_mpp_mpi key_diaobs key_asminc  
     1bld::tool::fppkeys key_trabbl key_lim2 key_zdftke key_zdfddm key_zdftmx  key_mpp_mpi key_iomput 
Note: See TracChangeset for help on using the changeset viewer.