Commit 1de4a35 1 parent 206e94f commit 1de4a35 Copy full SHA for 1de4a35
File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ module rrtmg_lw
383
383
384
384
! --- public accessable subprograms
385
385
386
- public rrtmg_lw_run, rlwinit
386
+ public rrtmg_lw_run, rrtmg_lw_finalize, rlwinit
387
387
388
388
389
389
! ================
@@ -1303,6 +1303,8 @@ subroutine rrtmg_lw_run &
1303
1303
! ...................................
1304
1304
end subroutine rrtmg_lw_run
1305
1305
!- ----------------------------------
1306
+ subroutine rrtmg_lw_finalize ()
1307
+ end subroutine rrtmg_lw_finalize
1306
1308
1307
1309
! > \ingroup module_radlw_main
1308
1310
! > \brief This subroutine performs calculations necessary for the initialization
Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ module rrtmg_sw
404
404
405
405
! --- public accessable subprograms
406
406
407
- public rrtmg_sw_run, rswinit
407
+ public rrtmg_sw_run, rrtmg_sw_finalize, rswinit
408
408
409
409
! =================
410
410
contains
@@ -1381,6 +1381,9 @@ subroutine rrtmg_sw_run &
1381
1381
end subroutine rrtmg_sw_run
1382
1382
!- ----------------------------------
1383
1383
1384
+ subroutine rrtmg_sw_finalize ()
1385
+ end subroutine rrtmg_sw_finalize
1386
+
1384
1387
! >\ingroup module_radsw_main
1385
1388
! > This subroutine initializes non-varying module variables, conversion
1386
1389
! ! factors, and look-up tables.
You can’t perform that action at this time.
0 commit comments