File tree Expand file tree Collapse file tree
src/core_atmosphere/physics Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- MPAS-v8.3.1-2.17
1+ MPAS-v8.3.1-2.18
22====
33
44The Model for Prediction Across Scales (MPAS) is a collaborative project for
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ core_SMOKE: core_physics_init
7373core_mynnedmf : core_physics_init core_physics_mmm
7474 (cd physics_noaa/MYNN-EDMF; cp ./MPAS/Makefile . ; cp ./MPAS/module_bl_mynnedmf_driver.F90 . ; cp ./MPAS/module_bl_mynnedmf_common.F90 . ; $( MAKE) all)
7575
76- core_mynnsfc :
76+ core_mynnsfc : core_physics_init
7777 (cd physics_noaa/MYNN-SFC; cp ./MPAS/Makefile . ; cp ./MPAS/module_sf_mynnsfc_driver.F90 . ; cp ./MPAS/module_sf_mynnsfc_common.F90 . ; $( MAKE) all)
7878
7979core_RUCLSM : core_physics_init core_physics_mmm
@@ -88,7 +88,7 @@ core_UGWP: core_physics_init
8888core_physics_wrf : core_physics_init core_physics_mmm core_UGWP
8989 (cd physics_wrf; $( MAKE) all COREDEF=" $( COREDEF) " )
9090
91- core_physics_noahmp :
91+ core_physics_noahmp : core_physics_init
9292 (cd physics_noahmp/utility; $( MAKE) all COREDEF=" $( COREDEF) " )
9393 (cd physics_noahmp/src; $( MAKE) all COREDEF=" $( COREDEF) " )
9494 (cd physics_noahmp/drivers/mpas; $( MAKE) all COREDEF=" $( COREDEF) " )
You can’t perform that action at this time.
0 commit comments