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 9943 for NEMO/trunk/cfgs/SPITZ12 – NEMO

Ignore:
Timestamp:
2018-07-13T16:15:22+02:00 (6 years ago)
Author:
clem
Message:

add a proper correction for negative values occuring after Ultimate-Macho advection scheme. This correction conserves mass, heat etc. 3 diagnostics have also been added in the outputs to make sure that the negative values are indeed small and unimportant in view of the advantages in using Ultimate-Macho

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/SPITZ12/EXPREF/file_def_nemo-ice.xml

    r9896 r9943  
    7878       <field field_ref="vfxice"           name="vfxice" /> 
    7979       <field field_ref="vfxsnw"           name="vfxsnw" /> 
     80 
     81       <!-- diag error for negative ice volume after advection --> 
     82       <field field_ref="iceneg_pres"      name="sineg_pres" /> 
     83       <field field_ref="iceneg_volu"      name="sineg_volu" /> 
     84       <field field_ref="iceneg_hfx"       name="sineg_hfx"  /> 
    8085        
    8186       <!-- categories --> 
Note: See TracChangeset for help on using the changeset viewer.