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 15179 for NEMO/branches/UKMO/NEMO_4.0.4_momentum_trends/src/OCE/DYN/dynspg_ts.F90 – NEMO

Ignore:
Timestamp:
2021-08-11T13:07:00+02:00 (3 years ago)
Author:
davestorkey
Message:

UKMO/NEMO_4.0.4_momentum_trends:

  1. Bug fix for previous commit (correct wind stress and top friction trends for depth-mean flow).
  2. Surface trends: Remove ice-ocean stress from wind stress trend and add to top friction trend.
  3. Some tidying of trd_oce.F90 and trddyn.F90.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_momentum_trends/src/OCE/DYN/dynspg_ts.F90

    r15176 r15179  
    392392               END DO 
    393393            ENDIF 
    394             CALL trd_dyn( ztautrdu, ztautrdv, jpdyn_tau2d_ice, kt ) 
     394            CALL trd_dyn( ztautrdu, ztautrdv, jpdyn_iceoc2d, kt ) 
    395395         ENDIF 
    396396         ! initialise fields for wind stress trends 
     
    924924            ztottrdv(:,:) = r1_hv_n(:,:) * ( va_b(:,:) - vb_b(:,:) * hv_b(:,:) ) * r1_2dt_b 
    925925            CALL trd_dyn( ztottrdu, ztottrdv, jpdyn_tot, kt ) 
    926 !!$            ! output total thickness for external thickness weighting 
    927 !!$            CALL iom_put( 'hu', hu_n )  
    928 !!$            CALL iom_put( 'hv', hv_n )  
    929926         ENDIF 
    930927      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.