#!/bin/ksh
#--------------------------------------------------------------------
# Example #1: convert a t574 file with 4 soil layers and noah lsm
# physics and NO landice, to a 574 file with 2 soil layers and
# osu lsm physics (and no landice).
#--------------------------------------------------------------------
export CLIMO_FIELDS_OPT=3
export LANDICE_OPT=3
export IVSSFC=200004
export LSOIL=2
export SIGINP=/gpfs/td1/global/noscrub/Shrinivas.Moorthi/data/siganl.gfs.2012102300
export SFCOUT=sfc.out
export DATA=./
export MYTHREADS=16
./global_chgres.sh  /gpfs/td1/global/noscrub/Shrinivas.Moorthi/data/siganl.gfs.2012102300 \
                   ./t574.sfc.input.file \
                    out_one_574-574 \
                   ./t574.sfc.output.file  \
                      574 0 1760 880
#			574 0 1152 576
#                      574 0 1760 880
#                       384 0 1760 880
#                         574 0 768 384
#                       574 0 1152 576
#                        574 0 880 880
#                        574 0 1800 880
# 			574 0 1152 576
#			574 0 768 384
#			574 0 1760 880

