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

Ignore:
Timestamp:
2019-07-11T15:45:58+02:00 (5 years ago)
Author:
dford
Message:

Add Kd490 obs operator.

File:
1 edited

Legend:

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

    r9308 r11253  
    582582         cllongname = 'Surface suspended particulate matter' 
    583583         clunits    = 'g/m3' 
     584         clgrid     = 'T' 
     585 
     586      CASE('SKD490') 
     587 
     588         clfiletype = 'skd490fb' 
     589         cllongname = 'Surface attenuation coefficient of downwelling radiation at 490 nm' 
     590         clunits    = 'm-1' 
    584591         clgrid     = 'T' 
    585592 
Note: See TracChangeset for help on using the changeset viewer.