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 13373 for NEMO/branches/2020/dev_r13333_TOP-05_Ethe_Agrif/src/TOP/PISCES/trcini_pisces.F90 – NEMO

Ignore:
Timestamp:
2020-08-03T11:46:38+02:00 (4 years ago)
Author:
cetlod
Message:

TOP-05_Ethe_Agrif : 1st step of changes to successfully compile, see ticket #2508

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13333_TOP-05_Ethe_Agrif/src/TOP/PISCES/trcini_pisces.F90

    r12377 r13373  
    7979      ! 
    8080      INTEGER, INTENT(in)  ::  Kmm      ! time level indices 
    81       REAL(wp), SAVE ::   sco2   =  2.312e-3_wp 
    82       REAL(wp), SAVE ::   alka0  =  2.426e-3_wp 
    83       REAL(wp), SAVE ::   oxyg0  =  177.6e-6_wp  
    84       REAL(wp), SAVE ::   po4    =  2.165e-6_wp  
    85       REAL(wp), SAVE ::   bioma0 =  1.000e-8_wp   
    86       REAL(wp), SAVE ::   silic1 =  91.51e-6_wp   
    87       REAL(wp), SAVE ::   no3    =  30.9e-6_wp * 7.625_wp 
    8881      ! 
    8982      INTEGER  ::  ji, jj, jk, jn, ierr 
    9083      REAL(wp) ::  zcaralk, zbicarb, zco3 
    9184      REAL(wp) ::  ztmas, ztmas1 
     85      REAL(wp) ::  sco2, alka0, oxyg0, po4, bioma0, silic1, no3    
    9286      CHARACTER(len = 20)  ::  cltra 
    9387      !!---------------------------------------------------------------------- 
     
    10397         ENDIF 
    10498      ENDIF 
     99      ! 
     100      sco2   =  2.312e-3_wp 
     101      alka0  =  2.426e-3_wp 
     102      oxyg0  =  177.6e-6_wp  
     103      po4    =  2.165e-6_wp  
     104      bioma0 =  1.000e-8_wp   
     105      silic1 =  91.51e-6_wp   
     106      no3    =  30.9e-6_wp * 7.625_wp 
    105107      ! 
    106108      ! Allocate PISCES arrays 
Note: See TracChangeset for help on using the changeset viewer.