[MITgcm-support] calendar package

Nico Wienders wienders at fsu.edu
Tue Dec 14 17:28:49 EST 2010


Ladies and gentlemen,

I did what is indicated below but cal_Init is nowhere to be found, and
certainly not it in calendar package... 

Then my question is how do we enable the calendar package (useCal
is also obsolete if i am correct). 

Thank you much. 


6.4.7.4 Using the calendar together with MITgcm

Each routine has as an argument the thread number that it is belonging to, even if this number is not used in the routine itself.

In order to include the calendar tool into the MITgcm setup the MITgcm subroutine "initialise.F" or the routine "initilise_fixed.F", depending on the MITgcm release, has to be modified in the following way:


c         #ifdef ALLOW_CALENDAR
c         C--   Initialise the calendar package.
c         #ifdef USE_CAL_NENDITER
c               CALL cal_Init(
c              I               startTime,
c              I               endTime,
c              I               deltaTclock,
c              I               nIter0,
c              I               nEndIter,
c              I               nTimeSteps,
c              I               myThid
c              &             )
c         #else
c               CALL cal_Init(
c              I               startTime,
c              I               endTime,
c              I               deltaTclock,
c              I               nIter0,
c              I               nTimeSteps,
c              I               myThid
c              &             )
c         #endif
c               _BARRIER
c         #endif




Nico Wienders  

Florida State University  -  Earth, Ocean and Atmospheric Science  -  OSB415
117 N. Woodward Avenue, Tallahassee, FL 32306-4320 - wienders at fsu.edu
(850) 644-1987  (office)   |   (850) 294-3542 (cell)   |   (850) 644-2581 (fax)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mitgcm.org/pipermail/mitgcm-support/attachments/20101214/678fd83a/attachment.htm>


More information about the MITgcm-support mailing list