MOM6
mom_write_cputime::write_cputime_cs Type Reference

Detailed Description

A control structure that regulates the writing of CPU time.

Definition at line 22 of file MOM_write_cputime.F90.

Collaboration diagram for mom_write_cputime::write_cputime_cs:
[legend]

Public variables and constants

real maxcpu
 The maximum amount of cpu time per processor for which MOM should run before saving a restart file and quiting with a return value that indicates that further execution is required to complete the simulation, in wall-clock seconds.
 
type(time_type) start_time
 The start time of the simulation. Start_time is set in MOM_initialization.F90.
 
real startup_cputime
 The CPU time used in the startup phase of the model.
 
real prev_cputime = 0.0
 The last measured CPU time.
 
real dn_dcpu_min = -1.0
 The minimum derivative of timestep with CPU time.
 
real cputime2 = 0.0
 The accumulated cpu time.
 
integer previous_calls = 0
 The number of times write_CPUtime has been called.
 
integer prev_n = 0
 The value of n from the last call.
 
integer filecpu_ascii
 The unit number of the CPU time file.
 
character(len=200) cpufile
 The name of the CPU time file.
 

The documentation for this type was generated from the following file: