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 12475 for NEMO/branches/UKMO/NEMO_4.0_add_pond_lids_prints/src/OCE/IOM/restart.F90 – NEMO

Ignore:
Timestamp:
2020-02-27T12:27:50+01:00 (4 years ago)
Author:
dancopsey
Message:
  • Add more print statements.
  • Move away from using snow to ice diagnostics and use a new snow to pond one instead.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0_add_pond_lids_prints/src/OCE/IOM/restart.F90

    r10888 r12475  
    281281         neuler = 0 
    282282      ENDIF 
     283 
     284      write(numout,*)'rst_read 2: ub(3,4,1) = ', ub(3,4,1) 
     285 
    283286      ! 
    284287      CALL iom_get( numror, jpdom_autoglo, 'un'     , un, ldxios = lrxios )   ! now    fields 
     
    306309         ! 
    307310      ENDIF 
     311      write(numout,*)'rst_read 3: ub(3,4,1) = ', ub(3,4,1) 
    308312      ! 
    309313   END SUBROUTINE rst_read 
Note: See TracChangeset for help on using the changeset viewer.