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 142 for trunk/NEMO/OPA_SRC/cpl.F90 – NEMO

Ignore:
Timestamp:
2004-10-19T15:27:27+02:00 (20 years ago)
Author:
opalod
Message:

CL + CT: BUGFIX087: Add missing "USE daymod" and "USE phycst" modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/cpl.F90

    r83 r142  
    1919   USE flx_oce         ! in case of ice  
    2020   USE ocfzpt          ! ocean freezing point 
     21   USE daymod          ! calendar 
    2122 
    2223   IMPLICIT NONE 
     
    7071 
    7172      CHARACTER (len=9) ::   clpoolnam  
    72       INTEGER           :: ipoolhandle, ipoolsize, index, jf 
     73      INTEGER           :: ipoolhandle, ipoolsize, jf 
    7374      CHARACTER (len=3) ::   cljobnam      ! experiment name 
    7475      INTEGER           :: ierror 
    75       INTEGER,DIMENSION(4) ::  imess, imesso 
    76       INTEGER           :: getpid, mknod     ! system functions 
     76!      INTEGER,DIMENSION(4) ::  imess 
     77      INTEGER,DIMENSION(4) ::  imesso 
    7778      !!---------------------------------------------------------------------- 
    7879      
     
    136137            IF(lwp) WRITE(numout,*) 
    137138            IF(lwp) WRITE(numout,*) 'cpl_init: end of job due to error in pipes definitions' 
    138             CALL abort 
     139            CALL abort('') 
    139140         END IF 
    140141          
     
    151152            IF(lwp) WRITE(numout,*) 
    152153            IF(lwp) WRITE(numout,*) 'cpl_init: end of job due to error in exchange first informations with Oasis' 
    153             CALL abort 
     154            CALL abort('') 
    154155         END IF 
    155156          
     
    369370      !! * Local declarations 
    370371      INTEGER :: jf 
    371  
    372       CHARACTER (len=21) ::   clold, clfor, clseq 
    373       CHARACTER (len=32) ::   clname 
    374372 
    375373      NAMELIST/namcpl/ nexco, cchan, nmodcpl, cplmodnam, cploasis   & 
     
    510508      !! * modules used 
    511509      USE ioipsl 
     510      USE phycst          ! physical constants 
    512511 
    513512      !! * Arguments 
     
    534533       
    535534      INTEGER  :: index 
    536       INTEGER, DIMENSION(3) :: infos 
     535!      INTEGER, DIMENSION(3) :: infos 
    537536      CHARACTER (len=3) ::  clmodinf       ! Header or not 
    538       CHARACTER (len=3) ::  cljobnam      ! experiment name 
     537!      CHARACTER (len=3) ::  cljobnam      ! experiment name 
    539538      !!---------------------------------------------------------------------- 
    540539 
Note: See TracChangeset for help on using the changeset viewer.