From 2e5607ee0ee319e92de817e38b914b8224fdd40b Mon Sep 17 00:00:00 2001 From: "Grant.Firl" Date: Mon, 9 Oct 2017 21:10:39 -0600 Subject: [PATCH 1/3] changed ccpp_dox setting repeat_brief = NO to not repeat the brief description; changed mainpage.txt to link to two separate GWD parameterizations --- physics/docs/ccpp_dox | 4 ++-- physics/docs/txt/mainpage.txt | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/physics/docs/ccpp_dox b/physics/docs/ccpp_dox index 0623fcf32..522661792 100644 --- a/physics/docs/ccpp_dox +++ b/physics/docs/ccpp_dox @@ -1,4 +1,4 @@ -# Doxyfile 1.8.11 +re# Doxyfile 1.8.11 DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "CCPP Physics Documentation" PROJECT_NUMBER = "" @@ -9,7 +9,7 @@ CREATE_SUBDIRS = NO ALLOW_UNICODE_NAMES = NO OUTPUT_LANGUAGE = English BRIEF_MEMBER_DESC = YES -REPEAT_BRIEF = YES +REPEAT_BRIEF = NO ABBREVIATE_BRIEF = ALWAYS_DETAILED_SEC = NO INLINE_INHERITED_MEMB = NO diff --git a/physics/docs/txt/mainpage.txt b/physics/docs/txt/mainpage.txt index fcfecb8d1..4ef07b8b1 100644 --- a/physics/docs/txt/mainpage.txt +++ b/physics/docs/txt/mainpage.txt @@ -10,6 +10,7 @@ The documentation found here corresponds to the state of the operational GFS phy - \ref NOAH - \ref GFS_Ice - \ref GFS_NSST - - \ref GFS_gwd + - \ref GFS_ogwd + - \ref GFS_cgwd - \ref GFS_ozn */ From ebfdaac9d29bef1c28aaa7c9aac089eb4bc98ac3 Mon Sep 17 00:00:00 2001 From: "Grant.Firl" Date: Mon, 9 Oct 2017 21:14:11 -0600 Subject: [PATCH 2/3] fixed typo in ccpp_dox --- physics/docs/ccpp_dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physics/docs/ccpp_dox b/physics/docs/ccpp_dox index 522661792..a512aa0ab 100644 --- a/physics/docs/ccpp_dox +++ b/physics/docs/ccpp_dox @@ -1,4 +1,4 @@ -re# Doxyfile 1.8.11 +# Doxyfile 1.8.11 DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "CCPP Physics Documentation" PROJECT_NUMBER = "" From b65316e1c30aeb8c6eae41e59319caeacf1477d9 Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Tue, 10 Oct 2017 13:18:14 -0600 Subject: [PATCH 3/3] fixed line continuation characters on lines 77,78,79 of physics/gwdc.f --- physics/gwdc.f | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/physics/gwdc.f b/physics/gwdc.f index bbcddba9d..b7ac407b7 100644 --- a/physics/gwdc.f +++ b/physics/gwdc.f @@ -74,9 +74,9 @@ !! !> \section al_gwdc General Algorithm !> @{ - subroutine gwdc(im,ix,iy,km,lat,u1,v1,t1,q1,deltim, & - & pmid1,pint1,dpmid1,qmax,ktop,kbot,kcnv,cldf, & - & grav,cp,rd,fv,pi,dlength,lprnt,ipr,fhour, & + subroutine gwdc(im,ix,iy,km,lat,u1,v1,t1,q1,deltim, & + & pmid1,pint1,dpmid1,qmax,ktop,kbot,kcnv,cldf, & + & grav,cp,rd,fv,pi,dlength,lprnt,ipr,fhour, & & utgwc,vtgwc,tauctx,taucty) !***********************************************************************