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

Ignore:
Timestamp:
2018-01-15T13:00:27+01:00 (6 years ago)
Author:
dford
Message:

Add options for phytoplankton carbon observations.

File:
1 edited

Legend:

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

    r9186 r9229  
    541541         cllongname = 'Surface total chlorophyll' 
    542542         clunits    = 'mg/m3' 
     543         clgrid     = 'T' 
     544 
     545      CASE('SLPHYTOT') 
     546 
     547         clfiletype = 'slphytotfb' 
     548         cllongname = 'Surface total log10(phytoplankton carbon)' 
     549         clunits    = 'log10(mmolC/m3)' 
     550         clgrid     = 'T' 
     551 
     552      CASE('SLPHYDIA') 
     553 
     554         clfiletype = 'slphydiafb' 
     555         cllongname = 'Surface diatom log10(phytoplankton carbon)' 
     556         clunits    = 'log10(mmolC/m3)' 
     557         clgrid     = 'T' 
     558 
     559      CASE('SLPHYNON') 
     560 
     561         clfiletype = 'slphynonfb' 
     562         cllongname = 'Surface non-diatom log10(phytoplankton carbon)' 
     563         clunits    = 'log10(mmolC/m3)' 
    543564         clgrid     = 'T' 
    544565 
Note: See TracChangeset for help on using the changeset viewer.