NCAR / ccpp-physics

GFS physics for CCPP
Other
56 stars 145 forks source link

Update cu_gf_deep.F90 #993

Closed michalakes closed 1 year ago

michalakes commented 1 year ago

Paul Bennett (paul.m.bennett@erdc.dren.mil) has been helping us port NEPTUNE with CCPP physics to Gnu and Flang. He recommends this change, that will allow the code to compile without implicit typing (note the inclusion of implicit none, as well). I would agree that there shouldn't be implicit typing anywhere in a modern Fortran code.

haiqinli commented 1 year ago

Sure, please remove it. Thanks for the fix.

dustinswales commented 1 year ago

@michalakes Since this change is so small we decided to include it another PR (yet tbd). Thanks again for identifying this.