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 867 for trunk/NEMO/LIM_SRC_3/limthd.F90 – NEMO

Ignore:
Timestamp:
2008-03-14T15:57:19+01:00 (16 years ago)
Author:
ctlod
Message:

Add control prints for sea-ice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_3/limthd.F90

    r863 r867  
    476476 
    477477      IF(ln_ctl) THEN   ! Control print 
     478         CALL prt_ctl_info(' ') 
     479         CALL prt_ctl_info(' - Cell values : ') 
     480         CALL prt_ctl_info('   ~~~~~~~~~~~~~ ') 
    478481         CALL prt_ctl(tab2d_1=area , clinfo1=' lim_thd  : cell area :') 
    479482         CALL prt_ctl(tab2d_1=at_i , clinfo1=' lim_thd  : at_i      :') 
     
    481484         CALL prt_ctl(tab2d_1=vt_s , clinfo1=' lim_thd  : vt_s      :') 
    482485         DO jl = 1, jpl 
     486            CALL prt_ctl_info(' ') 
    483487            CALL prt_ctl_info(' - Category : ', ivar1=jl) 
    484488            CALL prt_ctl_info('   ~~~~~~~~~~') 
     
    494498            CALL prt_ctl(tab2d_1=smv_i (:,:,jl)   , clinfo1= ' lim_thd  : smv_i    : ') 
    495499            DO jk = 1, nlay_i 
     500               CALL prt_ctl_info(' ') 
    496501               CALL prt_ctl_info(' - Layer : ', ivar1=jk) 
    497502               CALL prt_ctl_info('   ~~~~~~~') 
Note: See TracChangeset for help on using the changeset viewer.