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 3078 for branches/2011/dev_UKM0_2011/NEMOGCM/NEMO/OPA_SRC – NEMO

Ignore:
Timestamp:
2011-11-10T18:29:56+01:00 (13 years ago)
Author:
rfurner
Message:

ticket #885 small bug fix to bdydta, and changes to documentation and in-code comments

Location:
branches/2011/dev_UKM0_2011/NEMOGCM/NEMO/OPA_SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_UKM0_2011/NEMOGCM/NEMO/OPA_SRC/BDY/bdydta.F90

    r3062 r3078  
    678678   !!---------------------------------------------------------------------- 
    679679CONTAINS 
    680    SUBROUTINE bdy_dta( kt, jit )              ! Empty routine 
     680   SUBROUTINE bdy_dta( kt, jit, time_offset ) ! Empty routine 
    681681      INTEGER, INTENT( in )           ::   kt     
    682682      INTEGER, INTENT( in ), OPTIONAL ::   jit    
     683      INTEGER, INTENT( in ), OPTIONAL ::   time_offset 
    683684      WRITE(*,*) 'bdy_dta: You should not have seen this print! error?', kt 
    684685   END SUBROUTINE bdy_dta 
  • branches/2011/dev_UKM0_2011/NEMOGCM/NEMO/OPA_SRC/DOM/phycst.F90

    r3066 r3078  
    164164         WRITE(numout,*) '          latent heat of fusion of fresh ice / snow = ', lfus    , ' J/kg' 
    165165         WRITE(numout,*) '          latent heat of subl.  of fresh ice / snow = ', lsub    , ' J/kg' 
     166#elif defined key_cice 
     167         WRITE(numout,*) '          latent heat of fusion of fresh ice / snow = ', lfus    , ' J/kg' 
    166168#else 
    167169         WRITE(numout,*) '          density times specific heat for snow      = ', rcpsn   , ' J/m^3/K'  
Note: See TracChangeset for help on using the changeset viewer.