# -*- Mode: ksh -*-
# This is a typical namcouple for OASIS 3.0, illustrating, in mode NONE,
# some new interpolations using the new SCRIP library. Don't hesitate 
# to ask precisions or make suggestions (oasishelp@cerfacs.fr). 
#
 $SEQMODE
# This keyword concerns the coupling algorithm. Put here the maximum number
# of fields that have to be, at one particular coupling timestep,
# necessarily exchanged sequentially in a given order.
# In mode NONE, put always 1.
#
              1
 $END
#########################################################################
 $CHANNEL
# This describes the kind of message passing you want to use.
# Choices are NONE, MPI1 or MPI2.
                NONE
 $END
#########################################################################
 $NFIELDS
# In mode NONE, this is the total number of fields that will be interpolated.
             1
 $END
#########################################################################
 $JOBNAME
# This is just descriptive, it is an acronym for this given simulation
#
  INT
 $END
##########################################################################
 $NBMODEL
# This gives you the number of models running in this experiment +
# their names. In mode NONE, put always 0.
#
  0
 $END
###########################################################################
 $RUNTIME
# This gives you the total simulated time for this run in seconds.
# In mode NONE, put the number of time occurences to interpolate 
# from the restart file.
  10
 $END
###########################################################################
 $INIDATE
# This is the initial date of the run. It is regularly updated by the
# program. This is important as in our case here, we need to complete
# the sst data coming from the Pacific OGCM with climatological data
# of the right date.
#
  00010101
 $END
###########################################################################
 $MODINFO
# Indicates if a header is encapsulated within the field brick 
# for coupling field exchanges based on NONE, PIPE, SIPC and GMEM
# communication technique. 
# (YES or NOT)
  NOT
 $END
###########################################################################
 $NLOGPRT
# Index of printing level in output file cplout: 0 = no printing
#  1 = main routines and field names when treated, 2 = complete output
 2
 $END
###########################################################################
 $CALTYPE
# Calendar type :  0      = 365 day calendar (no leap years)
#                  1      = 365 day, or 366 days for leap years, calendar
#                  n (>1) = n day month calendar
# This is important only if FILLING analysis is used for a coupling
# field in the run.
   1
 $END
###########################################################################
 $STRINGS
##########################################################
#
fieldin fieldout 17 1 1 fldin.nc fldou.nc EXPORTED
bt42 at42
P 0 P 0
#
SCRIPR 
#
 BILINEAR D SCALAR LATITUDE 1
###
####
$END


