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/CONFIG – 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/CONFIG/SHARED/namelist_ref

    r9186 r9229  
    12091209   ln_slchlpic = .false.            ! Logical switch for surface picophytoplankton  log10(chlorophyll) obs 
    12101210   ln_schltot  = .false.            ! Logical switch for surface total              chlorophyll        obs 
     1211   ln_slphytot = .false.            ! Logical switch for surface total      log10(phytoplankton carbon) obs 
     1212   ln_slphydia = .false.            ! Logical switch for surface diatom     log10(phytoplankton carbon) obs 
     1213   ln_slphynon = .false.            ! Logical switch for surface non-diatom log10(phytoplankton carbon) obs 
    12111214   ln_sspm     = .false.            ! Logical switch for surface suspended particulate matter obs 
    12121215   ln_sfco2    = .false.            ! Logical switch for surface fugacity         of carbon dioxide obs 
     
    12491252   cn_slchlpicfbfiles = 'slchlpic_01.nc' ! Surface picophytoplankton  log10(chlorophyll) obs file names 
    12501253   cn_schltotfbfiles  = 'schltot_01.nc'  ! Surface total              chlorophyll        obs file names 
     1254   cn_slphytotfbfiles = 'slphytot_01.nc' ! Surface total      log10(phytoplankton carbon) obs file names 
     1255   cn_slphydiafbfiles = 'slphydia_01.nc' ! Surface diatom     log10(phytoplankton carbon) obs file names 
     1256   cn_slphynonfbfiles = 'slphynon_01.nc' ! Surface non-diatom log10(phytoplankton carbon) obs file names 
    12511257   cn_sspmfbfiles     = 'sspm_01.nc'     ! Surface suspended particulate matter obs file names 
    12521258   cn_sfco2fbfiles    = 'sfco2_01.nc'    ! Surface fugacity         of carbon dioxide obs file names 
Note: See TracChangeset for help on using the changeset viewer.