-
Notifications
You must be signed in to change notification settings - Fork 31
Description
I am using ORAS5 data on original mesh to calculate moc in density-latitude.
Meridional velocity (vomecrty), potential temperature (votemper) and salinity (vosaline, psu) and 2000 as ref-depth are used. I also set sigmin as 1025 sigstp as 0.1 and nbins as 150.
I don't know if I misunderstood the function andf did it in a wrong; I got a lot of zeros.
Here is my command:
cdfmocsig -v /work/ab0246/a270234/data/ORAS5/oras5/ORCA025/vomecrty/opa0/vomecrty_ORAS5_1m_199303_grid_V_02.nc -t /work/ab0246/a270234/data/ORAS5/oras5/ORCA025/votemper/opa0/votemper_ORAS5_1m_199903_grid_T_02.nc -r 2000 -o mocsig_test_p2000.nc -s /work/ab0246/a270234/data/ORAS5/oras5/ORCA025/vosaline/opa0/vosaline_ORAS5_1m_199903_grid_T_02.nc -verbose -sigmin 1025 -sigstp 0.1 -nbins 150
Look forward to your response.
Xiaojie