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

Changeset 5099


Ignore:
Timestamp:
2015-02-20T20:13:03+01:00 (9 years ago)
Author:
mathiot
Message:

add modify namelist + field def

Location:
branches/2015/dev_r5094_UKMO_ISFCLEAN/NEMOGCM/CONFIG
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5094_UKMO_ISFCLEAN/NEMOGCM/CONFIG/ISOMIP/EXP00/namelist_cfg

    r4924 r5099  
    457457!----------------------------------------------------------------------- 
    458458   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation) 
    459    ln_hpg_sco  = .true.    !  s-coordinate (standard jacobian formulation) 
     459   ln_hpg_isf  = .true.    !  s-coordinate adapted for isf (standard jacobian formulation) 
    460460   ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
    461461                                 !           centered      time scheme  (F) 
  • branches/2015/dev_r5094_UKMO_ISFCLEAN/NEMOGCM/CONFIG/SHARED/field_def.xml

    r4996 r5099  
    327327         <field id="utau"         long_name="Wind Stress along i-axis"                    unit="N/m2" /> 
    328328         <field id="uoce"         long_name="ocean current along i-axis"                  unit="m/s"  grid_ref="grid_U_3D" /> 
    329          <field id="ssu"          long_name="ocean surface current along i-axis"          unit="m/s"     /> 
    330329         <field id="uocetr_eff"   long_name="Effective ocean transport along i-axis"      unit="m3/s" grid_ref="grid_U_3D" /> 
    331330         <field id="uocet"        long_name="ocean transport along i-axis times temperature" unit="degC.m/s" grid_ref="grid_U_3D" /> 
     
    353352         <field id="vtau"         long_name="Wind Stress along j-axis"                    unit="N/m2" /> 
    354353         <field id="voce"         long_name="ocean current along j-axis"                  unit="m/s"  grid_ref="grid_V_3D" /> 
    355          <field id="ssv"          long_name="ocean surface current along j-axis"          unit="m/s"  /> 
    356354         <field id="vocetr_eff"   long_name="Effective ocean transport along j-axis"      unit="m3/s" grid_ref="grid_V_3D" /> 
    357355         <field id="vocet"        long_name="ocean transport along j-axis times temperature" unit="degC.m/s" grid_ref="grid_V_3D" /> 
     
    745743    <field_group id="groupU" > 
    746744      <field field_ref="uoce"         name="uo"      long_name="sea_water_x_velocity"      /> 
    747       <field field_ref="ssu"          name="uos"     long_name="sea_surface_x_velocity"    /> 
    748745      <field field_ref="utau"         name="tauuo"   long_name="surface_downward_x_stress" /> 
    749746    </field_group> 
     
    751748    <field_group id="groupV" > 
    752749      <field field_ref="voce"         name="vo"      long_name="sea_water_y_velocity"      /> 
    753       <field field_ref="ssv"          name="vos"     long_name="sea_surface_y_velocity"    /> 
    754750      <field field_ref="vtau"         name="tauvo"   long_name="surface_downward_y_stress" /> 
    755751    </field_group> 
  • branches/2015/dev_r5094_UKMO_ISFCLEAN/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5029 r5099  
    850850   ln_hpg_zps  = .true.    !  z-coordinate - partial steps (interpolation) 
    851851   ln_hpg_sco  = .false.   !  s-coordinate (standard jacobian formulation) 
     852   ln_hpg_isf  = .false.   !  s-coordinate (sco ) adapted to isf 
    852853   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
    853854   ln_hpg_prj  = .false.   !  s-coordinate (Pressure Jacobian scheme) 
Note: See TracChangeset for help on using the changeset viewer.