Skip to content

Commit

Permalink
Fix diagnostic writing for coupled N-deposition
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaerz committed Oct 23, 2024
1 parent 0b45bd7 commit eb53d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cesm/mod_cesm.F90
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ subroutine getfrc_cesm
call ncdefvar('atmbrf_da', 'x y', ndouble, 8)
call ncdefvar('atmn2o_da', 'x y', ndouble, 8)
call ncdefvar('atmnh3_da', 'x y', ndouble, 8)
call ncdefvar('atmnoydep_da', 'x y', ndouble, 8)
call ncdefvar('atmnhxdep_da', 'x y', ndouble, 8)
call ncdefvar('atmnoydep_da', 'x y', ndouble, 8)
call ncdefvar('ztx_da', 'x y', ndouble, 8)
call ncdefvar('mty_da', 'x y', ndouble, 8)
Expand Down

0 comments on commit eb53d39

Please sign in to comment.