32 |
c set up ecosystem coefficients |
c set up ecosystem coefficients |
33 |
c |
c |
34 |
c seed randomization |
c seed randomization |
35 |
|
_BEGIN_MASTER( myThid ) |
36 |
CALL DARWIN_RANDOM_INIT(darwin_seed, myThid) |
CALL DARWIN_RANDOM_INIT(darwin_seed, myThid) |
37 |
|
_END_MASTER( myThid ) |
38 |
|
|
39 |
#ifdef ALLOW_QUOTA |
#ifdef ALLOW_QUOTA |
40 |
call QUOTA_INIT_VARI(myThid ) |
call QUOTA_INIT_VARI(myThid ) |
46 |
|
|
47 |
#ifdef CALC_RATE_TOTALS |
#ifdef CALC_RATE_TOTALS |
48 |
c find unused units for darwin_rate output |
c find unused units for darwin_rate output |
49 |
CALL MDSFINDUNIT( DAR_ratetot_unit, mythid ) |
CALL MDSFINDUNIT( DAR_ratetot_unit, mythid ) |
50 |
open(DAR_ratetot_unit,file='darwin_ratetot.txt',status='unknown') |
open(DAR_ratetot_unit,file='darwin_ratetot.txt',status='unknown') |
51 |
#ifdef ALLOW_CARBON |
#ifdef ALLOW_CARBON |
52 |
CALL MDSFINDUNIT( DAR_fluxtot_unit, mythid ) |
CALL MDSFINDUNIT( DAR_fluxtot_unit, mythid ) |
53 |
open(DAR_fluxtot_unit,file='darwin_fluxtot.txt',status='unknown') |
open(DAR_fluxtot_unit,file='darwin_fluxtot.txt',status='unknown') |
54 |
#endif |
#endif |
55 |
#endif |
#endif |
56 |
|
|