File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
cime_config/testdefs/testmods_dirs/eam/sathist_F2010 Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 207207 "REP_Ln5.ne4pg2_oQU480.F2010" ,
208208 "SMS_Ld3.ne4pg2_oQU480.F2010.eam-thetahy_sl_pg2_mass" ,
209209 "ERP_Ld3.ne4pg2_ne4pg2.FIDEAL.allactive-pioroot1" ,
210+ "ERS_Ld5.ne4pg2_oQU480.F2010.eam-sathist_F2010" ,
210211 )
211212 },
212213
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- ./xmlchange RUN_STARTDATE=2015 -01-01
3+ ./xmlchange RUN_STARTDATE=2018 -01-01
Original file line number Diff line number Diff line change 11&satellite_options_nl
22 sathist_mfilt = 10000,
3- sathist_track_infile = '$DIN_LOC_ROOT/atm/waccm/sat/sathist_master_19700410-20150419_c20150616 .nc'
3+ sathist_track_infile = '$DIN_LOC_ROOT/atm/waccm/sat/satellite_profilelist_orcas_to_socrates_c190208 .nc'
44 sathist_hfilename_spec = '%c.eam.h9.sathist.%y-%m-%d-%s.nc'
55 sathist_nclosest = 1
66 sathist_ntimestep = 1
Original file line number Diff line number Diff line change @@ -722,8 +722,14 @@ subroutine read_next_position( ncols )
722722
723723 call read_buffered_datetime( datetime, i )
724724
725- if ( datetime> begdatetime .and. beg_ndx< 0 ) beg_ndx = i
726- if ( datetime> enddatetime ) exit bnds_loop
725+ if (datetime > begdatetime .and. beg_ndx < 0 ) then
726+ beg_ndx = i
727+ end if
728+
729+ if (datetime > enddatetime) then
730+ exit bnds_loop
731+ end if
732+
727733 end_ndx = i
728734
729735 enddo bnds_loop
You can’t perform that action at this time.
0 commit comments