184 |
#endif |
#endif |
185 |
c ANNA endif |
c ANNA endif |
186 |
|
|
187 |
_BEGIN_MASTER(myThid) |
IF ( myProcId.EQ.0 .AND. myThid.EQ.1 ) THEN |
188 |
c write out initial phyto characteristics |
c write out initial phyto characteristics |
189 |
#ifndef GEIDER |
#ifndef GEIDER |
190 |
CALL MDSFINDUNIT( IniUnit1, mythid ) |
CALL MDSFINDUNIT( IniUnit1, mythid ) |
279 |
close(IniUnit1) |
close(IniUnit1) |
280 |
110 format(3f4.0,f6.2,4f4.0,f5.1,4f7.3,2e11.2,2f9.4,f6.1,2i5) |
110 format(3f4.0,f6.2,4f4.0,f5.1,4f7.3,2e11.2,2f9.4,f6.1,2i5) |
281 |
111 format(3f4.0,f6.2,4f4.0,f5.1,4f7.3,2f6.1,2f9.4,f6.1,2i5) |
111 format(3f4.0,f6.2,4f4.0,f5.1,4f7.3,2f6.1,2f9.4,f6.1,2i5) |
282 |
|
c myProcId and myThid |
283 |
|
ENDIF |
284 |
|
|
285 |
CALL LEF_ZERO( fice,myThid ) |
CALL LEF_ZERO( fice,myThid ) |
286 |
CALL LEF_ZERO( inputFe,myThid ) |
CALL LEF_ZERO( inputFe,myThid ) |
412 |
#endif /* ALLOW_TIMEAVE */ |
#endif /* ALLOW_TIMEAVE */ |
413 |
|
|
414 |
#ifdef CHECK_CONS |
#ifdef CHECK_CONS |
415 |
|
IF ( myProcId.EQ.0 .AND. myThid.EQ.1 ) THEN |
416 |
coj find unused units for darwin_cons output |
coj find unused units for darwin_cons output |
417 |
CALL MDSFINDUNIT( DAR_cons_unit1, mythid ) |
CALL MDSFINDUNIT( DAR_cons_unit1, mythid ) |
418 |
open(DAR_cons_unit1,file='darwin_cons_P.txt',status='unknown') |
open(DAR_cons_unit1,file='darwin_cons_P.txt',status='unknown') |
430 |
CALL MDSFINDUNIT( DAR_cons_unit7, mythid ) |
CALL MDSFINDUNIT( DAR_cons_unit7, mythid ) |
431 |
open(DAR_cons_unit7,file='darwin_cons_O.txt',status='unknown') |
open(DAR_cons_unit7,file='darwin_cons_O.txt',status='unknown') |
432 |
#endif |
#endif |
433 |
|
c myProcId and myThid |
434 |
|
ENDIF |
435 |
#endif |
#endif |
|
_END_MASTER(myThid) |
|
436 |
|
|
437 |
c test.................... |
c test.................... |
438 |
c write(6,*)'finishing darwin_init_vari ' |
c write(6,*)'finishing darwin_init_vari ' |