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 3192 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/TOP_SRC/PISCES/p4zflx.F90 – NEMO

Ignore:
Timestamp:
2011-12-05T14:55:12+01:00 (12 years ago)
Author:
cetlod
Message:

Perform the initialisation phase of PISCES at nit000 rather than nittrc000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/TOP_SRC/PISCES/p4zflx.F90

    r3160 r3192  
    305305      t_oce_co2_flx = 0._wp 
    306306      ! 
     307      CALL p4z_patm( nit000 ) 
     308      ! 
    307309   END SUBROUTINE p4z_flx_init 
    308310 
     
    326328 
    327329      !                                         ! -------------------- ! 
    328       IF( kt == nittrc000 ) THEN                   ! First call kt=nittrc000 ! 
     330      IF( kt == nit000 ) THEN                   ! First call kt=nittrc000 ! 
    329331         !                                      ! -------------------- ! 
    330332         !                                            !* set file information (default values) 
Note: See TracChangeset for help on using the changeset viewer.