next up previous
Next: First section of namcouple Up: The OASIS3 configuration file Previous: The OASIS3 configuration file


An example of a simple namcouple

The following simple namcouple configures a run in which an ocean, an atmosphere and an atmospheric chemistry models are coupled. The ocean provides only the SOSSTSST field to the atmosphere, which in return provides the field CONSFTOT to the ocean. One field (COSENHFL) is exchanged directly from the atmosphere to the atmospheric chemistry, and one field (SOALBEDO) is read from a file by the ocean.

######################################################################
# First section
#
 $SEQMODE
    1
#
 $CHANNEL
    MPI2    NOBSEND
    1    1   arg1
    3    1   arg2
    3    1   arg3            
#
 $NFIELDS
    4
#
 $JOBNAME
    JOB
#
 $NBMODEL
    3  ocemod   atmmod  chemod  55  70   99 
#
 $RUNTIME
    432000
#
 $INIDATE
    00010101
#
 $MODINFO
    NOT
#
 $NLOGPRT
   2
#
 $CALTYPE
   1
#
######################################################################
# Second section 
#
 $STRINGS
#
# Field 1
#
 SOSSTSST SISUTESU 1 86400  5  sstoc.nc  EXPORTED
 182  149  128  64  toce  atmo   LAG=+14400  SEQ=+1
 P 2 P 0
 LOCTRANS CHECKIN MOZAIC  BLASNEW CHECKOUT 
#
  AVERAGE 
  INT=1
  at31topa   91    2   48
  CONSTANT     273.15 
  INT=1
#
# Field 2
#
 CONSFTOT SOHEFLDO 6 86400  7   flxat.nc  EXPORTED
 atmo   toce  LAG=+14400  SEQ=+1
 P 0 P 2
 LOCTRANS  CHECKIN  SCRIPR CHECKOUT
#
  ACCUMUL 
  INT=1
  CONSERV  LR  SCALAR  LATLON   10  FRACAREA   FIRST
  INT=1
#
# Field 
#
 COSENHFL  SOSENHFL  37  86400   1  flda3.nc  IGNOUT 
 atmo   atmo LAG=+7200  SEQ=+1
 LOCTRANS
 AVERAGE
#
# Field 4
#
 SOALBEDO SOALBEDO  17  86400  0  SOALBEDO.nc  INPUT
#
#####################################################################



Reinhard Budich 2004-12-22