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 850 for branches/dev_001_GM – NEMO

Changeset 850 for branches/dev_001_GM


Ignore:
Timestamp:
2008-03-13T14:38:38+01:00 (16 years ago)
Author:
cetlod
Message:

include the USE of the PISCES main module in trcsms.F90 , see ticket:88

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_001_GM/NEMO/TOP_SRC/trcsms.F90

    r777 r850  
    2121   USE trcsed 
    2222   USE trcexp 
     23   USE p4zprg 
    2324 
    2425   IMPLICIT NONE 
     
    9293      ! ------------------------ 
    9394 
    94       CALL p4zprg( kt )      ! main program of PISCES  
     95      CALL p4z_prg( kt )      ! main program of PISCES  
    9596 
    9697 
     
    107108 
    108109      IF(ln_ctl) THEN      ! print mean trends (used for debugging) 
    109          WRITE(charout, FMT="('SMS')") 
     110         WRITE(charout, FMT="('sms ')") 
    110111         CALL prt_ctl_trc_info( charout ) 
    111          CALL prt_ctl_trc( tab4d=tra, mask=tmask, clinfo=ctrcnm ) 
     112         CALL prt_ctl_trc( tab4d=trn, mask=tmask, clinfo=ctrcnm ) 
    112113      ENDIF 
    113114      ! 
Note: See TracChangeset for help on using the changeset viewer.