36 |
c-- Read the namelist input. |
c-- Read the namelist input. |
37 |
namelist /cost_nml/ |
namelist /cost_nml/ |
38 |
& mult_atl, mult_test, mult_tracer |
& mult_atl, mult_test, mult_tracer |
39 |
|
& , lastinterval |
40 |
|
|
41 |
_BEGIN_MASTER( myThid ) |
_BEGIN_MASTER( myThid ) |
42 |
|
|
45 |
mult_test = 0. _d 0 |
mult_test = 0. _d 0 |
46 |
mult_tracer = 0. _d 0 |
mult_tracer = 0. _d 0 |
47 |
|
|
48 |
|
c-- 30*24*3600 = 2592000 = 1 model month |
49 |
|
lastinterval = 2592000. |
50 |
|
|
51 |
c-- Next, read the cost data file. |
c-- Next, read the cost data file. |
52 |
call nml_filter( 'data.cost', scrunit1, myThid ) |
call nml_filter( 'data.cost', scrunit1, myThid ) |
53 |
if (scrunit1 .eq. 0) then |
if (scrunit1 .eq. 0) then |