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 3759 for branches/2012/dev_r3438_LOCEAN15_PISLOB/NEMOGCM/NEMO/TOP_SRC/PISCES – NEMO

Ignore:
Timestamp:
2013-01-20T13:54:39+01:00 (11 years ago)
Author:
cetlod
Message:

dev_r3438_LOCEAN15_PISLOB : Minor bug correction + update of namelists for GYRE_PISCES configuration

Location:
branches/2012/dev_r3438_LOCEAN15_PISLOB/NEMOGCM/NEMO/TOP_SRC/PISCES
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3438_LOCEAN15_PISLOB/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zsed.F90

    r3531 r3759  
    362362      IF( ln_diatrc ) THEN 
    363363         zfact = 1.e+3 * rfact2r 
    364          IF( lk_iomput .AND. jnt == nrdttrc ) THEN 
    365             CALL iom_put( "Nfix"  , znitrpot(:,:,:) * nitrfix * rno3 * zfact * tmask(:,:,:) )  ! nitrogen fixation  
    366             CALL iom_put( "Sdenit", zwork4(:,:)               * rno3 * zfact * tmask(:,:,1) )  ! Nitrate reduction in the sediments 
     364         IF( lk_iomput ) THEN  
     365            IF( jnt == nrdttrc ) THEN 
     366               CALL iom_put( "Nfix"  , znitrpot(:,:,:) * nitrfix * rno3 * zfact * tmask(:,:,:) )  ! nitrogen fixation  
     367               CALL iom_put( "Sdenit", zwork4(:,:)               * rno3 * zfact * tmask(:,:,1) )  ! Nitrate reduction in the sediments 
     368            ENDIF 
    367369         ELSE 
    368370            trc2d(:,:,jp_pcs0_2d + 12) = znitrpot(:,:,1) * nitrfix * zfact * fse3t(:,:,1) * tmask(:,:,1) 
  • branches/2012/dev_r3438_LOCEAN15_PISLOB/NEMOGCM/NEMO/TOP_SRC/PISCES/trcini_pisces.F90

    r3443 r3759  
    4343      !!---------------------------------------------------------------------- 
    4444 
    45       IF( lk_pisces ) THEN  ;   CALL p4z_ini   !  PISCES 
    46       ELSE                  ;   CALL p2z_ini   !  LOBSTER 
     45      IF( lk_p4z ) THEN  ;   CALL p4z_ini   !  PISCES 
     46      ELSE               ;   CALL p2z_ini   !  LOBSTER 
    4747      ENDIF 
    4848 
Note: See TracChangeset for help on using the changeset viewer.