Changeset 9377 for branches/NERC
- Timestamp:
- 2018-03-06T17:42:15+01:00 (7 years ago)
- Location:
- branches/NERC/dev_r5518_GO6_CO2_cmip/NEMOGCM/NEMO/TOP_SRC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/NERC/dev_r5518_GO6_CO2_cmip/NEMOGCM/NEMO/TOP_SRC/CFC/trcini_cfc.F90
r9374 r9377 109 109 ! Read file till the end 110 110 DO jn = 31, jpyear 111 READ(inum, '( F6.1, 6F7.2)', IOSTAT=io) zyy, p_cfc(jn,1,1), p_cfc(jn,1,2), & 111 !!READ(inum, '(F6.1,6F7.2)', IOSTAT=io) zyy, p_cfc(jn,1,1), p_cfc(jn,1,2), & 112 READ(inum,*, IOSTAT=io) zyy, p_cfc(jn,1,1), p_cfc(jn,1,2), & 112 113 & p_cfc(jn,1,3), p_cfc(jn,2,1), & 113 114 & p_cfc(jn,2,2), p_cfc(jn,2,3) -
branches/NERC/dev_r5518_GO6_CO2_cmip/NEMOGCM/NEMO/TOP_SRC/MEDUSA/trcini_medusa.F90
r9369 r9377 512 512 513 513 CALL ctl_opn( inum, clname, 'OLD', 'FORMATTED', 'SEQUENTIAL', -1, numout, .FALSE. ) 514 !REWIND(inum)515 514 !!! 516 515 ! -Compute the number of year in the file
Note: See TracChangeset
for help on using the changeset viewer.