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 5070 for branches/2015/dev_r5044_CNRS_LIM3CLEAN/NEMOGCM/NEMO/OPA_SRC – NEMO

Ignore:
Timestamp:
2015-02-09T14:39:07+01:00 (9 years ago)
Author:
clem
Message:

LIM3 cosmetic changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5044_CNRS_LIM3CLEAN/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim.F90

    r5067 r5070  
    369369         WRITE(numout,*) 'ice_run : ice share parameters for dynamics/advection/thermo of sea-ice' 
    370370         WRITE(numout,*) ' ~~~~~~' 
    371          WRITE(numout,*) '   number of ice  categories                                               = ', jpl 
    372          WRITE(numout,*) '   number of ice  layers                                                   = ', nlay_i 
    373          WRITE(numout,*) '   number of snow layers                                                   = ', nlay_s 
     371         WRITE(numout,*) '   number of ice  categories                               = ', jpl 
     372         WRITE(numout,*) '   number of ice  layers                                   = ', nlay_i 
     373         WRITE(numout,*) '   number of snow layers                                   = ', nlay_s 
    374374         WRITE(numout,*) '   switch for ice dynamics (1) or not (0)      ln_limdyn   = ', ln_limdyn 
    375375         WRITE(numout,*) '   maximum ice concentration                               = ', rn_amax  
Note: See TracChangeset for help on using the changeset viewer.