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 2141 for branches/dev_1784_PATM/NEMO/OPA_SRC/SBC/sbc_oce.F90 – NEMO

Ignore:
Timestamp:
2010-09-30T15:22:26+02:00 (14 years ago)
Author:
cbricaud
Message:

add module to read atmospheric pressure and module to compute surface pressure gradient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_1784_PATM/NEMO/OPA_SRC/SBC/sbc_oce.F90

    r1705 r2141  
    2424   LOGICAL , PUBLIC ::   ln_rnf      = .FALSE.   !: runoffs / runoff mouths 
    2525   LOGICAL , PUBLIC ::   ln_ssr      = .FALSE.   !: Sea Surface restoring on SST and/or SSS       
     26   LOGICAL , PUBLIC ::   ln_patm     = .FALSE.   !: Read atmospheric pressure 
    2627   INTEGER , PUBLIC ::   nn_ice      = 0         !: flag on ice in the surface boundary condition (=0/1/2/3) 
    2728   INTEGER , PUBLIC ::   nn_fwb      = 0         !: FreshWater Budget:  
Note: See TracChangeset for help on using the changeset viewer.