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 6634 – NEMO

Changeset 6634


Ignore:
Timestamp:
2016-05-27T14:33:54+02:00 (8 years ago)
Author:
rfurner
Message:

updates to outputting, and namelist

Location:
branches/UKMO/dev_r5518_Surge_Modelling/NEMOGCM/CONFIG/AMM7_SURGE/EXP00
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_Surge_Modelling/NEMOGCM/CONFIG/AMM7_SURGE/EXP00/field_def.xml

    r6599 r6634  
    188188         <field id="taum"         long_name="wind stress module"                    standard_name="magnitude_of_surface_downward_stress"                                 unit="N/m2"                           /> 
    189189         <field id="wspd"         long_name="wind speed module"                     standard_name="wind_speed"                                                           unit="m/s"                            /> 
    190          <field id="uwnd"         long_name="u component of wind"                   standard_name="wind_u_component"                                                     unit="m/s"                            /> 
    191          <field id="vwnd"         long_name="v component of wind"                   standard_name="wind_v_component"                                                     unit="m/s"                            /> 
    192190          
    193191         <!-- * variable relative to atmospheric pressure forcing : available with ln_apr_dyn --> 
     
    368366         <field id="e3u"          long_name="U-cell thickness"                                       standard_name="cell_thickness"              unit="m"          grid_ref="grid_U_3D" /> 
    369367         <field id="utau"         long_name="Wind Stress along i-axis"                               standard_name="surface_downward_x_stress"   unit="N/m2"                            /> 
     368         <field id="uwnd"         long_name="u component of wind"                                    standard_name="wind_u_component"            unit="m/s"                             /> 
    370369         <field id="uoce"         long_name="ocean current along i-axis"                             standard_name="sea_water_x_velocity"        unit="m/s"        grid_ref="grid_U_3D" /> 
    371370         <field id="uoce_e3u"     long_name="ocean current along i-axis * e3u"                                                                   unit="m2/s"       grid_ref="grid_U_3D"  > uoce * e3u </field> 
     
    403402         <field id="e3v"          long_name="V-cell thickness"                                       standard_name="cell_thickness"              unit="m"          grid_ref="grid_V_3D" /> 
    404403         <field id="vtau"         long_name="Wind Stress along j-axis"                               standard_name="surface_downward_y_stress"   unit="N/m2"                            /> 
     404         <field id="vwnd"         long_name="v component of wind"                                    standard_name="wind_v_component"            unit="m/s"                             /> 
    405405         <field id="voce"         long_name="ocean current along j-axis"                             standard_name="sea_water_y_velocity"        unit="m/s"        grid_ref="grid_V_3D" /> 
    406406         <field id="voce_e3v"     long_name="ocean current along j-axis * e3v"                                                                   unit="m2/s"       grid_ref="grid_V_3D"  > voce * e3v </field> 
     
    10091009      <field field_ref="ssu"          name="uos"     long_name="sea_surface_x_velocity"    /> 
    10101010      <field field_ref="utau"         name="tauuo"   long_name="surface_downward_x_stress" /> 
     1011      <field field_ref="uwnd"         name="uwnd"    long_name="u component of wind"       /> 
    10111012    </field_group> 
    10121013     
     
    10151016      <field field_ref="ssv"          name="vos"     long_name="sea_surface_y_velocity"    /> 
    10161017      <field field_ref="vtau"         name="tauvo"   long_name="surface_downward_y_stress" /> 
     1018      <field field_ref="vwnd"         name="vwnd"    long_name="v component of wind"       /> 
    10171019    </field_group> 
    10181020     
  • branches/UKMO/dev_r5518_Surge_Modelling/NEMOGCM/CONFIG/AMM7_SURGE/EXP00/namelist_cfg

    r6592 r6634  
    5050&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    5151!----------------------------------------------------------------------- 
    52    rn_rdt      =   600.    !  time step for the dynamics (and tracer if nn_acc=0) 
     52   rn_rdt      =   450.    !  time step for the dynamics (and tracer if nn_acc=0) 
    5353   rn_rdtmin   =   600.          !  minimum time step on tracers (used if nn_acc=1) 
    5454   rn_rdtmax   =   600.          !  maximum time step on tracers (used if nn_acc=1) 
     
    333333                           !  Coefficient 
    334334   rn_ahm_0_lap     = 60.0      !  horizontal laplacian eddy viscosity   [m2/s] 
    335    rn_ahm_0_blp     = -1.0e+10  !  horizontal bilaplacian eddy viscosity [m4/s] 
     335   rn_ahm_0_blp     = -1.0e+9   !  horizontal bilaplacian eddy viscosity [m4/s] 
    336336/ 
    337337!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.