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 1352 – NEMO

Changeset 1352


Ignore:
Timestamp:
2009-03-31T10:13:00+02:00 (15 years ago)
Author:
cetlod
Message:

rename variables Tgfunc/Tgfunc2 to tgfunc/tgfunc2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/PISCES/p4zint.F90

    r1152 r1352  
    2323 
    2424   REAL(wp), PUBLIC, DIMENSION(jpi,jpj,jpk) ::   &   !: 
    25       Tgfunc,            &  !:  Temp. dependancy of various biological rates 
    26       Tgfunc2               !:  Temp. dependancy of mesozooplankton rates  
     25      tgfunc,            &  !:  Temp. dependancy of various biological rates 
     26      tgfunc2               !:  Temp. dependancy of mesozooplankton rates  
    2727 
    2828   !! * Module variables 
     
    5555      ! ------------------------------------------- 
    5656 
    57       Tgfunc (:,:,:) = EXP( 0.063913 * tn(:,:,:) ) 
    58       Tgfunc2(:,:,:) = EXP( 0.07608  * tn(:,:,:) ) 
     57      tgfunc (:,:,:) = EXP( 0.063913 * tn(:,:,:) ) 
     58      tgfunc2(:,:,:) = EXP( 0.07608  * tn(:,:,:) ) 
    5959 
    6060      ! Computation of the silicon dependant half saturation 
Note: See TracChangeset for help on using the changeset viewer.