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 14591 for branches/UKMO/dev_r5518_obs_oper_update/NEMOGCM/NEMO/OPA_SRC/OBS/obs_write.F90 – NEMO

Ignore:
Timestamp:
2021-03-05T15:20:31+01:00 (3 years ago)
Author:
dcarneir
Message:

Adding option of sea-ice freeboard data for the OBS code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_obs_oper_update/NEMOGCM/NEMO/OPA_SRC/OBS/obs_write.F90

    r13575 r14591  
    542542         clgrid(1)     = 'T' 
    543543 
     544      CASE('FBD') 
     545 
     546         clfiletype = 'fbdfb' 
     547         ! Change label from FBD ("freeboard") to SIT ("Sea Ice Thickness") 
     548         surfdata%cvars(1) = 'SIT' 
     549         cllongname = 'Sea ice thickness' 
     550         clunits    = 'm' 
     551         clgrid     = 'T' 
     552 
    544553      CASE('SSS') 
    545554 
Note: See TracChangeset for help on using the changeset viewer.