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 9016 for branches/UKMO/dev_r5518_obs_oper_update_bgc3d/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2017-12-13T15:30:00+01:00 (7 years ago)
Author:
dford
Message:

Change naming convention and fix a couple of bugs - code now compiles and runs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_obs_oper_update_bgc3d/NEMOGCM/CONFIG/SHARED/namelist_ref

    r8695 r9016  
    12011201   ln_vel3d   = .false.             ! Logical switch for velocity observations 
    12021202   ln_sss     = .false.             ! Logical swithc for SSS observations 
    1203    ln_logchl  = .false.             ! Logical switch for log(Chl) obs 
    1204    ln_spm     = .false.             ! Logical switch for SPM obs 
    1205    ln_fco2    = .false.              
    1206    ln_pco2    = .false. 
     1203   ln_slchltot = .false.            ! Logical switch for surface total              log10(chlorophyll) obs 
     1204   ln_slchldia = .false.            ! Logical switch for surface diatom             log10(chlorophyll) obs 
     1205   ln_slchlnon = .false.            ! Logical switch for surface non-diatom         log10(chlorophyll) obs 
     1206   ln_slchldin = .false.            ! Logical switch for surface dinoflagellate     log10(chlorophyll) obs 
     1207   ln_slchlmic = .false.            ! Logical switch for surface microphytoplankton log10(chlorophyll) obs 
     1208   ln_slchlnan = .false.            ! Logical switch for surface nanophytoplankton  log10(chlorophyll) obs 
     1209   ln_slchlpic = .false.            ! Logical switch for surface picophytoplankton  log10(chlorophyll) obs 
     1210   ln_schltot  = .false.            ! Logical switch for surface total              chlorophyll        obs 
     1211   ln_sspm     = .false.            ! Logical switch for surface suspended particulate matter obs 
     1212   ln_sfco2    = .false.            ! Logical switch for surface fugacity         of carbon dioxide obs 
     1213   ln_spco2    = .false.            ! Logical switch for surface partial pressure of carbon dioxide obs 
    12071214   ln_altbias = .false.             ! Logical switch for altimeter bias correction 
    12081215   ln_sstbias = .false.             ! Logical switch for SST bias correction 
Note: See TracChangeset for help on using the changeset viewer.