Changeset 691 for palm/trunk/UTIL
- Timestamp:
- Mar 4, 2011 8:45:30 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/combine_plot_fields.f90
r494 r691 2 2 3 3 !------------------------------------------------------------------------------! 4 ! Actualrevisions:4 ! Current revisions: 5 5 ! ----------------- 6 ! 6 ! Bugfix: check for precursor ocean runs 7 7 ! 8 8 ! Former revisions: … … 116 116 117 117 ! 118 !-- Find out if a precursor ocean run has been carried out 119 INQUIRE( FILE='PRECURSOR_OCEAN', EXIST=found ) 120 IF ( found ) THEN 121 model_string = '_O' 122 PRINT*, ' precursor ocean run' 123 ELSE 124 model_string = '' 125 ENDIF 126 127 ! 118 128 !-- Do everything for each model 119 129 DO model = 1, models 120 130 ! 121 131 !-- Set the model string used to identify the filenames 122 model_string = ''123 132 IF ( models == 2 ) THEN 124 133 PRINT*, ''
Note: See TracChangeset
for help on using the changeset viewer.