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 13505 for branches/UKMO/AMM15_v3_6_STABLE_package_collate_utils366_fabmv1_v2/NEMOGCM/NEMO/TOP_SRC/FABM/trcsms_fabm.F90 – NEMO

Ignore:
Timestamp:
2020-09-23T11:43:55+02:00 (4 years ago)
Author:
dford
Message:

Get kd490 from spectral optical model.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/AMM15_v3_6_STABLE_package_collate_utils366_fabmv1_v2/NEMOGCM/NEMO/TOP_SRC/FABM/trcsms_fabm.F90

    r13489 r13505  
    577577      model%interior_diagnostic_variables(jp_fabm_o3ph)%save = .TRUE. 
    578578      model%interior_diagnostic_variables(jp_fabm_o3pc)%save = .TRUE. 
    579       model%interior_diagnostic_variables(jp_fabm_xeps)%save = .TRUE. 
    580579      model%interior_diagnostic_variables(jp_fabm_pgrow)%save = .TRUE. 
    581580      model%interior_diagnostic_variables(jp_fabm_ploss)%save = .TRUE. 
    582581      IF( ln_qsr_spec ) THEN 
    583582         model%interior_diagnostic_variables(jp_fabm_swr)%save = .TRUE. 
     583      ENDIF 
     584      IF ( jp_fabm_kd490 /= -1 ) THEN 
     585         model%interior_diagnostic_variables(jp_fabm_kd490)%save = .TRUE. 
     586      ENDIF 
     587      IF ( jp_fabm_xeps /= -1 ) THEN 
     588         model%interior_diagnostic_variables(jp_fabm_xeps)%save = .TRUE. 
    584589      ENDIF 
    585590      DO jn=1,size(model%horizontal_diagnostic_variables) 
Note: See TracChangeset for help on using the changeset viewer.