[cdftools] 07/228: JMM fixes in JOBS when phasing to PM version

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 08:21:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch master
in repository cdftools.

commit 068bb6ec150c0c0cf1a6c0c70da0b0f43fe81847
Author: molines <molines at 1055176f-818a-41d9-83e1-73fbe5b947c5>
Date:   Tue Feb 16 15:04:19 2010 +0000

    JMM fixes in JOBS when phasing to PM version
    
    
    git-svn-id: http://servforge.legi.grenoble-inp.fr/svn/CDFTOOLS/trunk@283 1055176f-818a-41d9-83e1-73fbe5b947c5
---
 JOBS/cdfmoy-inter.ll       |  1 -
 JOBS/monitor_prod_jade.ksh | 24 ++++++++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/JOBS/cdfmoy-inter.ll b/JOBS/cdfmoy-inter.ll
index a98c844..b63beaa 100755
--- a/JOBS/cdfmoy-inter.ll
+++ b/JOBS/cdfmoy-inter.ll
@@ -1,5 +1,4 @@
 #!/bin/csh
-
 # @ wall_clock_limit = 20:00:00
 # @ as_limit = 1gb
 # @ job_name   = cdfmoy-inter
diff --git a/JOBS/monitor_prod_jade.ksh b/JOBS/monitor_prod_jade.ksh
index 58c2c93..9812da0 100755
--- a/JOBS/monitor_prod_jade.ksh
+++ b/JOBS/monitor_prod_jade.ksh
@@ -185,6 +185,30 @@ LSPV=LLSSPPVV                   # compute large scale potential vorticity in Mar
    savemeanfile ${CONFCASE}_y${YEAR}m03_MXL.nc
    savemeanfile ${CONFCASE}_y${YEAR}m09_MXL.nc
   fi
+# Large scale potential vorticity for m03 m09: input file : gridT, and mesh_mask
+#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+  if [ $LSPV == 1 ] ; then
+   # get gridT file for the month 03 and 09
+   getmonthlymean gridT 03
+   getmonthlymean gridT 09
+
+   # get mesh mask files
+   getmask      ${MESH_MASK_ID}_byte_mask.nc
+   getmesh_hgr  ${MESH_MASK_ID}_mesh_hgr.nc
+   getmesh_zgr  ${MESH_MASK_ID}_mesh_zgr.nc
+
+   # compute lspv and dispose file on the MEAN directory
+   $BIN/cdflspv ${CONFCASE}_y${YEAR}m03_gridT.nc
+   mv lspv.nc ${CONFCASE}_y${YEAR}m03_LSPV.nc
+   savemeanfile ${CONFCASE}_y${YEAR}m03_LSPV.nc
+
+   \rm lspv.nc
+   $BIN/cdflspv ${CONFCASE}_y${YEAR}m09_gridT.nc
+   mv lspv.nc ${CONFCASE}_y${YEAR}m09_LSPV.nc
+   savemeanfile ${CONFCASE}_y${YEAR}m09_LSPV.nc
+   \rm lspv.nc
+  fi
+
 ############################################################################################
 ############################################################################################
 #=============================================================================

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cdftools.git



More information about the debian-science-commits mailing list