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 5352 for branches/2015/dev_r5218_CNRS17_coupling/NEMOGCM/NEMO/SAS_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2015-06-04T17:01:01+02:00 (9 years ago)
Author:
smasson
Message:

dev_r5218_CNRS17_coupling: update for fraqsr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5218_CNRS17_coupling/NEMOGCM/NEMO/SAS_SRC/nemogcm.F90

    r5343 r5352  
    501501      USE oce       , ONLY : sshn, sshb, snwice_mass, snwice_mass_b, snwice_fmass  
    502502      ! 
    503       INTEGER :: ierr,ierr1,ierr2,ierr3,ierr4,ierr5,ierr6,ierr7 
     503      INTEGER :: ierr,ierr1,ierr2,ierr3,ierr4,ierr5,ierr6 
    504504      INTEGER :: jpm 
    505505      !!---------------------------------------------------------------------- 
     
    520520      ALLOCATE( tsb(jpi,jpj,1,jpm)  , STAT=ierr5 ) 
    521521      ALLOCATE( sshn(jpi,jpj)       , STAT=ierr6 ) 
    522       ALLOCATE( fraqsr_1lev(jpi,jpj), STAT=ierr7 ) 
    523  
    524       ierr = ierr + ierr1 + ierr2 + ierr3 + ierr4 + ierr5 + ierr6 + ierr7 
     522 
     523      ierr = ierr + ierr1 + ierr2 + ierr3 + ierr4 + ierr5 + ierr6  
    525524      ! 
    526525      IF( lk_mpp    )   CALL mpp_sum( ierr ) 
Note: See TracChangeset for help on using the changeset viewer.