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 2997 for branches/2011/dev_LOCEAN_2011/NEMOGCM/NEMO/TOP_SRC/PISCES/p4zsink.F90 – NEMO

Ignore:
Timestamp:
2011-10-25T20:14:21+02:00 (13 years ago)
Author:
cetlod
Message:

branch dev_LOCEAN_2011 : minor corrections to ensure PISCES restartability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_LOCEAN_2011/NEMOGCM/NEMO/TOP_SRC/PISCES/p4zsink.F90

    r2977 r2997  
    457457         DO jj = 1, jpj 
    458458            DO ji = 1,jpi 
    459                zmax  = MAX( heup(ji,jj), hmld(ji,jj) ) 
    460                zfact = MAX( 0., fsdepw(ji,jj,jk+1) - zmax ) / 5000._wp 
     459      !         zmax  = MAX( heup(ji,jj), hmld(ji,jj) ) 
     460      !         zfact = MAX( 0., fsdepw(ji,jj,jk+1) - zmax ) / 5000._wp 
     461               zmax = hmld(ji,jj) 
     462               zfact = MAX( 0., fsdepw(ji,jj,jk+1) - zmax ) / 4000._wp 
    461463               wsbio4(ji,jj,jk) = wsbio2 + ( 200.- wsbio2 ) * zfact 
    462464            END DO 
Note: See TracChangeset for help on using the changeset viewer.