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/step.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/step.F90

    r10888 r12475  
    9393      ! 
    9494      IF( ln_timing )   CALL timing_start('stp') 
     95      write(numout,*)'stp 1: ub(3,4,1) = ', ub(3,4,1) 
    9596      ! 
    9697      !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     
    110111      ! Update external forcing (tides, open boundaries, and surface boundary condition (including sea-ice) 
    111112      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
     113      write(numout,*)'stp 2: ub(3,4,1) = ', ub(3,4,1) 
    112114      IF( ln_tide    )   CALL sbc_tide( kstp )                   ! update tide potential 
     115      write(numout,*)'stp 3: ub(3,4,1) = ', ub(3,4,1) 
    113116      IF( ln_apr_dyn )   CALL sbc_apr ( kstp )                   ! atmospheric pressure (NB: call before bdy_dta which needs ssh_ib)  
     117      write(numout,*)'stp 4: ub(3,4,1) = ', ub(3,4,1) 
    114118      IF( ln_bdy     )   CALL bdy_dta ( kstp, time_offset=+1 )   ! update dynamic & tracer data at open boundaries 
     119 
     120      write(numout,*)'stp 5: ub(3,4,1) = ', ub(3,4,1) 
     121 
    115122                         CALL sbc     ( kstp )                   ! Sea Boundary Condition (including sea-ice) 
    116123 
Note: See TracChangeset for help on using the changeset viewer.