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/LIM_SRC_3/limthd_sal.F90 – 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/LIM_SRC_3/limthd_sal.F90

    r5067 r5070  
    150150         WRITE(numout,*) 'lim_thd_sal_init : Ice parameters for salinity ' 
    151151         WRITE(numout,*) '~~~~~~~~~~~~~~~~' 
    152          WRITE(numout,*) ' switch for salinity nn_icesal        : ', nn_icesal 
    153          WRITE(numout,*) ' bulk salinity value if nn_icesal = 1 : ', rn_icesal 
    154          WRITE(numout,*) ' restoring salinity for GD          : ', rn_sal_gd 
    155          WRITE(numout,*) ' restoring time for GD              : ', rn_time_gd 
    156          WRITE(numout,*) ' restoring salinity for flushing    : ', rn_sal_fl 
    157          WRITE(numout,*) ' restoring time for flushing        : ', rn_time_fl 
    158          WRITE(numout,*) ' Maximum tolerated ice salinity     : ', rn_simax 
    159          WRITE(numout,*) ' Minimum tolerated ice salinity     : ', rn_simin 
     152         WRITE(numout,*) '   switch for salinity nn_icesal        = ', nn_icesal 
     153         WRITE(numout,*) '   bulk salinity value if nn_icesal = 1 = ', rn_icesal 
     154         WRITE(numout,*) '   restoring salinity for GD            = ', rn_sal_gd 
     155         WRITE(numout,*) '   restoring time for GD                = ', rn_time_gd 
     156         WRITE(numout,*) '   restoring salinity for flushing      = ', rn_sal_fl 
     157         WRITE(numout,*) '   restoring time for flushing          = ', rn_time_fl 
     158         WRITE(numout,*) '   Maximum tolerated ice salinity       = ', rn_simax 
     159         WRITE(numout,*) '   Minimum tolerated ice salinity       = ', rn_simin 
    160160      ENDIF 
    161161      ! 
Note: See TracChangeset for help on using the changeset viewer.