[Thread Prev][Thread Next][Index]

[ferret_users] Regarding Integration



Hello All
I am trying to calculate integration of salinity in mixed layer.For that I 
have used @DIN function and to my surprise I am getting the value which is 
more than values of salinity at different levels in mixed layer and avearge in 
mixed layer.Here is script, 

let salt=salt_clim[d=2] 
let  mld = HMXL_CLIM[d=1] 

!TO TAKE VALUES OF SALINITY IN ML 
LET mask = IF z[g=salt]  LE mld THEN 1  ! else missing is implied 
LET masked_salt = mask*salt 

!INTEGRATION 
let salt_mask=masked_salt[k=@din] 
let salt_mask_ave=masked_salt[k=@ave] 
set reg/l=1/x=90/y=15 
list masked_salt[k=1:10] 
list mld,salt_mask,salt_mask_ave 

       I would like to know where I am doing mistake and is there any way to 
rectify it.
With regards
************************************
Sharadkumar Yeri
Centre for Atmospheric
and Oceanic Sciences,
Indian Institute of Science
Bangalore-560 012
INDIA
**********************************


[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement