Skip to content
Snippets Groups Projects
Commit 9b864aff authored by Rolf Heilemann Myhre's avatar Rolf Heilemann Myhre
Browse files

start testprogs stuff

parent a0110b3f
No related branches found
No related tags found
No related merge requests found
...@@ -45,10 +45,9 @@ program main_rain_ice_old ...@@ -45,10 +45,9 @@ program main_rain_ice_old
real, allocatable, dimension(:,:) :: pinprh, pinprh_out real, allocatable, dimension(:,:) :: pinprh, pinprh_out
!Dummies for now !spp stuff
!Spp stuff
real, allocatable, dimension(:,:) :: picenu, pkgn_acon, pkgn_sbgr real, allocatable, dimension(:,:) :: picenu, pkgn_acon, pkgn_sbgr
!Ocnd2 stuff !ocnd2 stuff
real, allocatable, dimension(:,:,:) :: picldfr ! Ice cloud fraction real, allocatable, dimension(:,:,:) :: picldfr ! Ice cloud fraction
real, allocatable, dimension(:,:,:) :: pifr ! Ratio cloud ice moist part to dry part real, allocatable, dimension(:,:,:) :: pifr ! Ratio cloud ice moist part to dry part
real, allocatable, dimension(:,:,:) :: pssio ! Super-saturation with respect to ice in the supersaturated fraction real, allocatable, dimension(:,:,:) :: pssio ! Super-saturation with respect to ice in the supersaturated fraction
...@@ -331,7 +330,7 @@ subroutine init_rain_ice_old(kulout) ...@@ -331,7 +330,7 @@ subroutine init_rain_ice_old(kulout)
implicit none implicit none
integer, intent (in) :: kulout integer, intent (in) :: kulout
character(len=4) :: c_micro character(len=4) :: c_micro
......
...@@ -12,7 +12,7 @@ set -e ...@@ -12,7 +12,7 @@ set -e
#ref is commit 855b8f8 for ice_adjust, rain_ice, turb and shallow_mf #ref is commit 855b8f8 for ice_adjust, rain_ice, turb and shallow_mf
specialName="ref" specialName="ref"
availTests="ice_adjust,rain_ice" availTests="ice_adjust,rain_ice,rain_ice_old"
defaultTest='ALL' defaultTest='ALL'
separator='_' #- seprator must be in sync with prep_code.sh separator separator='_' #- seprator must be in sync with prep_code.sh separator
...@@ -182,7 +182,7 @@ if [ $compilation -eq 1 ]; then ...@@ -182,7 +182,7 @@ if [ $compilation -eq 1 ]; then
else else
expand_options="" expand_options=""
fi fi
subs="$subs -s turb -s micro -s aux -s ice_adjust -s rain_ice -s support" subs="$subs -s turb -s micro -s aux -s ice_adjust -s rain_ice -s rain_ice_old -s support"
prep_code=$PHYEXTOOLSDIR/prep_code.sh prep_code=$PHYEXTOOLSDIR/prep_code.sh
if [ "$fromdir" == '' ]; then if [ "$fromdir" == '' ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment