Dave Gill

Results 70 comments of Dave Gill

@milancurcic Milan, 1. We do have a way to test a number of schemes, though by default it turns off optimization. We can fix that. 2. Look in the arch/configure.defaults...

@dudhia Jimy, I like your concept. We would need to agree on what "optimized" is for each compiler. Intel may support various AVX instructions, but only with some chip sets....

@weiwangncar @dudhia We could have this available for GNU and Intel. Maybe do PGI.

@jamiebresch @weiwangncar @kkeene44 @dudhia @smileMchen @jordanschnell @liujake @cenlinhe I completely agree. Take a look at #1609. It is indecipherable!

@dudhia @cenlinhe @weiwangncar Jimy, Can you bring this to the attention of Prof Hong?

This was found with in PR "WRF-urban updates for the next WRF release" #1309

@xuguangning1218 Thanks! You are right. It is supposed to be "get into the right WRF directory location". Let me know any other bugs you find. I very much appreciate your...

@Mishelm2 Mishel, What I have found on some machines is that I need to set the permissions to 777 outside of the container in the targeted directory.

@Mishelm2 Mishel, Take a look at this section of the instructions: https://github.com/davegill/wrf-coop/blob/master/README_user.md#Constrcutcontainers When you issue the command ``` docker run -it --name ARW -v /users/gill/DOCKER_STUFF:/wrf/wrfoutput wrf_regtest /bin/tcsh ``` The first...

@vlakshmanan-scala Varun, Here are the proposed changes to build.csh. 1. Note that now the last_only_once.csh file has this line: ``` cd $1 >& /dev/null ``` 2. The part.sh looks like...