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_mod.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_mod.F90

    r8521 r11726  
    194194   REAL(wp), ALLOCATABLE, DIMENSION(:,:) :: f_riv_loc_n,f_riv_loc_si 
    195195   REAL(wp), ALLOCATABLE, DIMENSION(:,:) :: f_riv_loc_c, f_riv_loc_alk 
     196 
     197   !! AXY (16/10/2019) 
     198   !! geoengineering flux 
     199   REAL(wp), ALLOCATABLE, DIMENSION(:,:) :: f_geoeng_alk 
    196200 
    197201   !! Jpalm -- 11-10-2015 -- adapt diag to iom_use 
     
    390394               f_riv_loc_n(jpi,jpj),f_riv_loc_si(jpi,jpj),            & 
    391395               f_riv_loc_c(jpi,jpj),f_riv_loc_alk(jpi,jpj),           & 
     396               f_geoeng_alk(jpi,jpj),                                 & 
    392397               STAT = bio_medusa_alloc) 
    393398 
Note: See TracChangeset for help on using the changeset viewer.