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 10712 for branches/UKMO/dev_r5518_obs_oper_update_icethick/NEMOGCM/NEMO/OPA_SRC/ASM – NEMO

Ignore:
Timestamp:
2019-02-21T16:44:54+01:00 (5 years ago)
Author:
emmafiedler
Message:

Correct flagging of ice data at zeroth timestep, QC for sea ice thickness

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_obs_oper_update_icethick/NEMOGCM/NEMO/OPA_SRC/ASM/asminc.F90

    r10181 r10712  
    990990            zincwgt = wgtiau(it)      ! IAU weight for the current time step  
    991991            ! note this is not a tendency so should not be divided by rdt (as with the tracer and other increments) 
     992            ! EF: Actually CICE is expecting a tendency so is divided by rdt below 
    992993 
    993994            IF(lwp) THEN 
     
    12111212            zincwgt = wgtiau(it)      ! IAU weight for the current time step  
    12121213            ! note this is not a tendency so should not be divided by rdt (as with the tracer and other increments) 
     1214            ! EF: Actually CICE is expecting a tendency so is divided by rdt below 
     1215             
    12131216 
    12141217            IF(lwp) THEN 
Note: See TracChangeset for help on using the changeset viewer.