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/bio_medusa_init.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/bio_medusa_init.F90

    r10149 r11726  
    506506            ALLOCATE( rivalk2d(1:jpi, 1:jpj) ) 
    507507            rivalk2d(:,:)      = 0.0 !! 
     508         ENDIF 
     509         !! AXY (16/10/19) 
     510         IF( med_diag%GEOENG_ALK%dgsave ) THEN 
     511            ALLOCATE( geoengalk2d(1:jpi, 1:jpj) ) 
     512            geoengalk2d(:,:)   = 0.0 !! 
    508513         ENDIF 
    509514         IF( med_diag%DETC%dgsave ) THEN 
Note: See TracChangeset for help on using the changeset viewer.