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

Changeset 9943 for NEMO/trunk/cfgs


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

Location:
NEMO/trunk/cfgs
Files:
3 edited

Legend:

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

    r9896 r9943  
    7979       <field field_ref="vfxsnw"           name="vfxsnw" /> 
    8080        
     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"  /> 
     85 
    8186       <!-- categories --> 
    8287       <field field_ref="icemask_cat"      name="simskcat"/> 
  • NEMO/trunk/cfgs/SHARED/field_def_nemo-ice.xml

    r9934 r9943  
    158158          <!-- diags --> 
    159159          <field id="hfxdhc"       long_name="Heat content variation in snow and ice (neg = ice cooling)"   unit="W/m2" /> 
     160 
     161     <!-- diagnostics of the negative values resulting from the advection scheme --> 
     162     <field id="iceneg_pres"  long_name="Fraction of time steps with negative sea ice volume"                    unit=""     /> 
     163     <field id="iceneg_volu"  long_name="Negative sea ice volume per area arising from advection"                unit="m"    /> 
     164          <field id="iceneg_hfx"   long_name="Negative sea ice heat content (eq. heat flux) arising from advection"   unit="W/m2" /> 
    160165 
    161166     <!-- sbcssm variables --> 
  • 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.