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 14276 for NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/src/TOP/PISCES/P4Z/p4zflx.F90 – NEMO

Ignore:
Timestamp:
2021-01-07T23:09:56+01:00 (3 years ago)
Author:
aumont
Message:

numerous updates to PISCES, PISCES-QUOTA and the sediment module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/src/TOP/PISCES/P4Z/p4zflx.F90

    r11536 r14276  
    359359      IF( ln_presatm ) THEN 
    360360         CALL fld_read( kt, 1, sf_patm )               !* input Patm provided at kt + 1/2 
    361          patm(:,:) = sf_patm(1)%fnow(:,:,1)                        ! atmospheric pressure 
     361         patm(:,:) = sf_patm(1)%fnow(:,:,1)/101325.0     ! atmospheric pressure 
    362362      ENDIF 
    363363      ! 
Note: See TracChangeset for help on using the changeset viewer.