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_dif.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_dif.F90

    r5067 r5070  
    517517 
    518518         DO ji = kideb , kiut 
    519             IF ( ht_s_1d(ji).gt.0.0 ) THEN 
     519            IF ( ht_s_1d(ji) > 0.0 ) THEN 
    520520               ! 
    521521               !------------------------------------------------------------------------------| 
     
    541541               ENDIF 
    542542 
    543                IF ( t_su_1d(ji) .LT. rtt ) THEN 
     543               IF ( t_su_1d(ji) < rtt ) THEN 
    544544 
    545545                  !------------------------------------------------------------------------------| 
     
    587587               !------------------------------------------------------------------------------| 
    588588               ! 
    589                IF (t_su_1d(ji) .LT. rtt) THEN 
     589               IF (t_su_1d(ji) < rtt) THEN 
    590590                  ! 
    591591                  !------------------------------------------------------------------------------| 
     
    705705         DO ji = kideb , kiut 
    706706            ! snow temperatures       
    707             IF (ht_s_1d(ji).GT.0._wp) & 
     707            IF (ht_s_1d(ji) > 0._wp) & 
    708708               t_s_1d(ji,nlay_s)     =  (zindtbis(ji,nlay_s+1) - ztrid(ji,nlay_s+1,3) & 
    709709               *  t_i_1d(ji,1))/zdiagbis(ji,nlay_s+1) & 
Note: See TracChangeset for help on using the changeset viewer.