Skip to content

Commit

Permalink
revert accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelTrahanNOAA committed Oct 15, 2024
1 parent 562a3a4 commit 26334f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/ncep_post.fd/IFI.F
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ subroutine write_fip_output(ifi_data,fcst_lead_sec,output_file,rename,z2dname,z3
call nc_check(nf90_put_att(ncid,NF90_GLOBAL,"fcst_lead_sec",fcst_lead_sec),&
output_file,"nf90_put_att fcst_lead_sec")

call nc_check(nf90_def_dim(ncid,2Hx0,nx0,dimids(1)),output_file,"nf90_def_dim x0")
call nc_check(nf90_def_dim(ncid,"x0",nx0,dimids(1)),output_file,"nf90_def_dim x0")
call nc_check(nf90_def_dim(ncid,"y0",ny0,dimids(2)),output_file,"nf90_def_dim y0")
call nc_check(nf90_def_dim(ncid,z3dname,nz0,dimids(3)),output_file,"nf90_def_dim "//z3dname)
call nc_check(nf90_def_dim(ncid,"time",ntime,dimids(4)),output_file,"nf90_def_dim time")
Expand Down

0 comments on commit 26334f1

Please sign in to comment.