Opened 9 years ago
Closed 7 years ago
#1140 closed Defect (fixed)
MFS bulk formulae
Reported by: | poddo | Owned by: | nemo |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | v3.4 |
Severity: | Keywords: | ||
Cc: |
Description
We noticed after several tests that air parameters extrapolation between 2 and 10m produces a deterioration in the model results.
This behaviour has been confirmed using different atmospheric forcing dataset.
We suggest to remove line 267 in sbcblk_mfs.F90
Index: sbcblk_mfs.F90 =================================================================== --- sbcblk_mfs.F90 (revision 3819) +++ sbcblk_mfs.F90 (working copy) @@ -363,7 +363,6 @@ ! Note that air temp is converted in potential temp CALL turb_core_2z(2.,10.,sstk,tnow+2*0.0098,shms,shnow,rspeed, & & Cdx,Ch,Ce,t10now,sh10now ) - tnow(:,:) = t10now(:,:) ; shnow(:,:) = sh10now(:,:) !!---------------------------------------------------------------------- !! ------------------ (ii) net long wave
Commit History (0)
(No commits)
Change History (1)
comment:1 Changed 7 years ago by clevy
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.