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 7357 – NEMO

Changeset 7357


Ignore:
Timestamp:
2016-11-28T18:31:05+01:00 (7 years ago)
Author:
flavoni
Message:

fix lim_run_init name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_CNRS_2016/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim.F90

    r7355 r7357  
    394394      IF(lwp) THEN                        ! control print 
    395395         WRITE(numout,*) 
    396          WRITE(numout,*) 'ice_run : ice share parameters for dynamics/advection/thermo of sea-ice' 
     396         WRITE(numout,*) 'lim_run_init : ice share parameters for dynamics/advection/thermo of sea-ice' 
    397397         WRITE(numout,*) ' ~~~~~~' 
    398398         WRITE(numout,*) '   number of ice  categories                               = ', jpl 
     
    433433      IF( lwp ) WRITE(numout,*) '   ice timestep rdt_ice  = ', rdt_ice 
    434434      ! 
    435    END SUBROUTINE ice_run 
     435   END SUBROUTINE lim_run_init 
    436436 
    437437 
Note: See TracChangeset for help on using the changeset viewer.