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 15473 for branches/UKMO/dev_r5518_GO6_package_FOAMv14_dsst_CO2/NEMOGCM/NEMO/TOP_SRC/MEDUSA/air_sea.F90 – NEMO

Ignore:
Timestamp:
2021-11-05T12:40:18+01:00 (3 years ago)
Author:
dford
Message:

Use cool skin SST in air-sea CO2 flux calculations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_FOAMv14_dsst_CO2/NEMOGCM/NEMO/TOP_SRC/MEDUSA/air_sea.F90

    r12102 r15473  
    9696      USE lib_mpp,           ONLY: ctl_stop 
    9797      USE trcstat,           ONLY: trc_rst_dia_stat  
     98      USE cool_skin,         ONLY: x_csdsst 
    9899 
    99100   !!* Substitution 
     
    228229               !!                 chemistry package; note that depth is set to 
    229230               !!                 zero in this call 
    230                CALL mocsy_interface(ztmp(ji,jj),zsal(ji,jj),zalk(ji,jj),     & 
     231               CALL mocsy_interface(ztmp(ji,jj)+x_csdsst(ji,jj),zsal(ji,jj),zalk(ji,jj),     & 
    231232                                    zdic(ji,jj),zsil(ji,jj),zpho(ji,jj),     & 
    232233                                    f_pp0(ji,jj),0.0,                        & 
Note: See TracChangeset for help on using the changeset viewer.