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 6455 for branches/CNRS/dev_r6270_PISCES_QUOTA/NEMOGCM/NEMO/TOP_SRC/PISCES/sms_pisces.F90 – NEMO

Ignore:
Timestamp:
2016-04-08T10:57:55+02:00 (8 years ago)
Author:
aumont
Message:

upgrade to last revision of 3_6_stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CNRS/dev_r6270_PISCES_QUOTA/NEMOGCM/NEMO/TOP_SRC/PISCES/sms_pisces.F90

    r6453 r6455  
    100100   REAL(wp), ALLOCATABLE, SAVE, DIMENSION(:,:,:) ::   hi         !: ??? 
    101101   REAL(wp), ALLOCATABLE, SAVE, DIMENSION(:,:,:) ::   excess     !: ??? 
     102   REAL(wp), ALLOCATABLE, SAVE, DIMENSION(:,:,:) ::   aphscale   !:  
     103 
    102104 
    103105   !!* Temperature dependancy of SMS terms 
     
    168170      ALLOCATE( ak13  (jpi,jpj,jpk) ,                              & 
    169171         &      ak23(jpi,jpj,jpk)    , aksp  (jpi,jpj,jpk) ,       & 
    170          &      hi  (jpi,jpj,jpk)    , excess(jpi,jpj,jpk) ,     STAT=ierr(4) ) 
     172         &      hi  (jpi,jpj,jpk)    , excess(jpi,jpj,jpk) ,       & 
     173         &      aphscale(jpi,jpj,jpk),                           STAT=ierr(4) ) 
    171174         ! 
    172175      !* Temperature dependancy of SMS terms 
Note: See TracChangeset for help on using the changeset viewer.