-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hello, I am new in the field of atmospheric science and I am interested in learning the RRTMG method recently. But it seems that there are some parameters in the rrtatm.f
file that are not specified in the instructions, and I encountered problems while learning the source code. For example, Case1: In rrtatm.f
, lines 176 are CALL LBLDAT (HDATE)
and lines 177 are CALL FTIME (HTIME)
. It seems that I couldn't find LBLDAT
and FTIME
in the code
Case2: In line 576 of rrtatm.f
,
read (IRD, 900) MODEL, ITYPE, IBMAX-B, NOZERO, NOPRNT, NMOL, IPUNCH, IFXTYP, MUNITS, RE, HSPACE, XVBAR, CO2MX, REF_LAT.
But in rrtmg_lw_instructions do not seem to mention ITYP
, IFXTYP
and so on
Case3:The aerosol file mentioned the need for 16 bands of data, but I don't know how to obtain similar data.
I'm sorry, may I ask if you have more detailed instructions or other documents that can help me understand the corresponding, or some detailed run_example?