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 11726 for branches/NERC/dev_r5518_GO6_GeoAlk_MEDUSA/NEMOGCM/NEMO/TOP_SRC/MEDUSA/trcnam_medusa.F90 – NEMO

Ignore:
Timestamp:
2019-10-18T16:49:33+02:00 (5 years ago)
Author:
jpalmier
Message:

add Changes to enable Alkalinity geo-ingeneering tests within MEDUSA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5518_GO6_GeoAlk_MEDUSA/NEMOGCM/NEMO/TOP_SRC/MEDUSA/trcnam_medusa.F90

    r10149 r11726  
    18581858          med_diag%RIV_ALK%dgsave = .FALSE. 
    18591859      ENDIF 
     1860      !! AXY (16/10/19) 
     1861      IF  (iom_use("GEOENG_ALK")) THEN  
     1862          med_diag%GEOENG_ALK%dgsave = .TRUE. 
     1863      ELSE  
     1864          med_diag%GEOENG_ALK%dgsave = .FALSE. 
     1865      ENDIF 
    18601866      IF  (iom_use("DETC")) THEN  
    18611867          med_diag%DETC%dgsave = .TRUE. 
Note: See TracChangeset for help on using the changeset viewer.