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 9073 for branches/NERC/dev_r5518_GO6_Carb_Fail_from_GO6_8356/NEMOGCM/NEMO/TOP_SRC/MEDUSA/bio_medusa_init.F90 – NEMO

Ignore:
Timestamp:
2017-12-15T12:48:47+01:00 (6 years ago)
Author:
jpalmier
Message:

add all micro boil checks and securities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5518_GO6_Carb_Fail_from_GO6_8356/NEMOGCM/NEMO/TOP_SRC/MEDUSA/bio_medusa_init.F90

    r9070 r9073  
    164164      fslownflux(:,:) = 0.0  
    165165      fslowcflux(:,:) = 0.0  
     166      !! 
     167      !! JPALM -- 21-09-2017 -- needed to debug air-sea carb 
     168      f_xco2a(:,:)  = 0.0 
     169      f_pco2w(:,:)  = 0.0 
     170      f_ph(:,:)     = 0.0 
     171      f_kw660(:,:)  = 0.0 
     172      ztmp(:,:)  = 0.0 
     173      zsal(:,:)  = 0.0 
     174      zalk(:,:)  = 0.0 
     175      zdic(:,:)  = 0.0 
     176      zsil(:,:)  = 0.0 
     177      zpho(:,:)  = 0.0 
     178      f_co2flux(:,:)  = 0.0  
     179      f_pco2atm(:,:)  = 0.0 
     180      f_h2co3(:,:)    = 0.0 
     181      f_hco3(:,:)     = 0.0 
     182      f_co3(:,:)      = 0.0 
     183      f_omarg(:,:)    = 0.0 
     184      f_omcal(:,:)    = 0.0 
     185 
    166186      !! 
    167187      !! allocate and initiate 2D diag 
Note: See TracChangeset for help on using the changeset viewer.