465 |
#ifdef CHECK_CONS |
#ifdef CHECK_CONS |
466 |
IF ( myProcId.EQ.0 .AND. myThid.EQ.1 ) THEN |
IF ( myProcId.EQ.0 .AND. myThid.EQ.1 ) THEN |
467 |
coj find unused units for darwin_cons output |
coj find unused units for darwin_cons output |
468 |
CALL MDSFINDUNIT( DAR_cons_unit1, mythid ) |
CALL MDSFINDUNIT( DAR_cons_unitP, mythid ) |
469 |
open(DAR_cons_unit1,file='darwin_cons_P.txt',status='unknown') |
open(DAR_cons_unitP,file='darwin_cons_P.txt',status='unknown') |
470 |
CALL MDSFINDUNIT( DAR_cons_unit2, mythid ) |
CALL MDSFINDUNIT( DAR_cons_unitN, mythid ) |
471 |
open(DAR_cons_unit2,file='darwin_cons_N.txt',status='unknown') |
open(DAR_cons_unitN,file='darwin_cons_N.txt',status='unknown') |
472 |
CALL MDSFINDUNIT( DAR_cons_unit3, mythid ) |
CALL MDSFINDUNIT( DAR_cons_unitF, mythid ) |
473 |
open(DAR_cons_unit3,file='darwin_cons_Fe.txt',status='unknown') |
open(DAR_cons_unitF,file='darwin_cons_Fe.txt',status='unknown') |
474 |
CALL MDSFINDUNIT( DAR_cons_unit4, mythid ) |
CALL MDSFINDUNIT( DAR_cons_unitS, mythid ) |
475 |
open(DAR_cons_unit4,file='darwin_cons_Si.txt',status='unknown') |
open(DAR_cons_unitS,file='darwin_cons_Si.txt',status='unknown') |
476 |
#ifdef ALLOW_CARBON |
#ifdef ALLOW_CARBON |
477 |
CALL MDSFINDUNIT( DAR_cons_unit5, mythid ) |
CALL MDSFINDUNIT( DAR_cons_unitC, mythid ) |
478 |
open(DAR_cons_unit5,file='darwin_cons_C.txt',status='unknown') |
open(DAR_cons_unitC,file='darwin_cons_C.txt',status='unknown') |
479 |
CALL MDSFINDUNIT( DAR_cons_unit6, mythid ) |
CALL MDSFINDUNIT( DAR_cons_unitA, mythid ) |
480 |
open(DAR_cons_unit6,file='darwin_cons_A.txt',status='unknown') |
open(DAR_cons_unitA,file='darwin_cons_A.txt',status='unknown') |
481 |
CALL MDSFINDUNIT( DAR_cons_unit7, mythid ) |
CALL MDSFINDUNIT( DAR_cons_unitO, mythid ) |
482 |
open(DAR_cons_unit7,file='darwin_cons_O.txt',status='unknown') |
open(DAR_cons_unitO,file='darwin_cons_O.txt',status='unknown') |
483 |
#endif |
#endif |
484 |
c myProcId and myThid |
c myProcId and myThid |
485 |
ENDIF |
ENDIF |