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 223 for trunk/NEMO/OPA_SRC/DOM/domain.F90 – NEMO

Ignore:
Timestamp:
2005-03-18T19:20:33+01:00 (19 years ago)
Author:
opalod
Message:

CT : BUGFIX161 : correct the error when running in MPP with sea-ice and with nfice and nfbulk parameters different

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DOM/domain.F90

    r216 r223  
    295295         WRITE(numout,*) '           maximum time step on tracers   rdtmax    = ', rdtmax 
    296296         WRITE(numout,*) '           depth variation tracer step    rdth      = ', rdth 
    297          IF( lk_ice_lim ) THEN 
    298              IF(lwp)WRITE(numout,*) '           ice model coupling frequency      nfice  = ', nfice 
     297      ENDIF 
     298 
     299      IF( lk_ice_lim ) THEN 
     300         IF(lwp) WRITE(numout,*) '           ice model coupling frequency      nfice  = ', nfice 
    299301            nfbulk = nfice 
    300             IF ( MOD( rday, nfice*rdt ) /= 0) THEN  
    301                IF(lwp)WRITE(numout,*) ' ' 
    302                IF(lwp)WRITE(numout,*) 'W A R N I N G :  nfice is NOT a multiple of the number of time steps in a day' 
    303                IF(lwp)WRITE(numout,*) ' ' 
     302            IF( MOD( rday, nfice*rdt ) /= 0 ) THEN  
     303               IF(lwp) WRITE(numout,*) ' ' 
     304               IF(lwp) WRITE(numout,*) 'W A R N I N G :  nfice is NOT a multiple of the number of time steps in a day' 
     305               IF(lwp) WRITE(numout,*) ' ' 
    304306            ENDIF 
    305307         ENDIF 
    306          IF(lwp)WRITE(numout,*) '           bulk computation frequency       nfbulk  = ', nfbulk, ' = nfice if ice model used' 
    307          IF(lwp)WRITE(numout,*) '           flag closed sea or not           nclosea = ', nclosea 
     308         IF(lwp) WRITE(numout,*) '           bulk computation frequency       nfbulk  = ', nfbulk, ' = nfice if ice model used' 
     309         IF(lwp) WRITE(numout,*) '           flag closed sea or not           nclosea = ', nclosea 
    308310      ENDIF 
    309311 
Note: See TracChangeset for help on using the changeset viewer.