Bill Sacks Sept 27, 2013 Here are the commands used to generate the files that have a date stamp of 130927. This was done from tag https://svn-ccsm-models.cgd.ucar.edu/clm2/branch_tags/dynlu_allocate_memory_tags/dynlu_allocate_memory_n05_clm4_5_33, or https://svn-ccsm-models.cgd.ucar.edu/clm2/branch_tags/dynlu_allocate_memory_tags/dynlu_allocate_memory_n06_clm4_5_33 for a few of the single-point files. --- COMMANDS USED --- STANDARD_RES=360x720cru,48x96,0.9x1.25,1.9x2.5,10x15,ne30np4 mksurfdata.pl -glc_nec 10 -y 1850,2000 -res $STANDARD_RES mksurfdata.pl -glc_nec 10 -y 2000 -res 4x5 mksurfdata.pl -y 2000 -res 5x5_amazon,1x1_brazil -hirespft mksurfdata.pl -y 1850,2000 -res 1x1_tropicAtl # CROP; note that files need to be renamed to have _mp24 in their names mksurfdata.pl -crop -hirespft -glc_nec 10 -y 2000 -r 1.9x2.5,10x15 mksurfdata.pl -crop -hirespft -y 2000 -r 1x1_numaIA mksurfdata.pl -crop -y 2000 -r 1x1_smallvilleIA -pft_idx 17,18,19,20,21,22,23,24 -pft_frc 30,5,24,6,13,7,7,8 YYMMDD=130927 mv surfdata_1.9x2.5_simyr2000_c${YYMMDD}.nc surfdata_1.9x2.5_mp24_simyr2000_c${YYMMDD}.nc mv surfdata_10x15_simyr2000_c${YYMMDD}.nc surfdata_10x15_mp24_simyr2000_c${YYMMDD}.nc mv surfdata_1x1_numaIA_simyr2000_c${YYMMDD}.nc surfdata_1x1_numaIA_mp24_simyr2000_c${YYMMDD}.nc mv surfdata_1.9x2.5_simyr2000_c${YYMMDD}.log surfdata_1.9x2.5_mp24_simyr2000_c${YYMMDD}.log mv surfdata_10x15_simyr2000_c${YYMMDD}.log surfdata_10x15_mp24_simyr2000_c${YYMMDD}.log mv surfdata_1x1_numaIA_simyr2000_c${YYMMDD}.log surfdata_1x1_numaIA_mp24_simyr2000_c${YYMMDD}.log mv surfdata_1x1_smallvilleIA_simyr2000_c${YYMMDD}.nc surfdata_1x1_smallvilleIA_mp24_simyr2000_c${YYMMDD}.nc mv surfdata_1x1_smallvilleIA_simyr2000_c${YYMMDD}.log surfdata_1x1_smallvilleIA_mp24_simyr2000_c${YYMMDD}.log # URBAN; note that some fields are overwritten via ncks commands in the mksurfdata.pl script mksurfdata.pl -y 2000 -r 1x1_camdenNJ,1x1_vancouverCAN,1x1_mexicocityMEX # URBAN; for this one, an error check needs to be commented out in the source code, as shown below: mksurfdata.pl -y 2000 -r 1x1_urbanc_alpha Index: mkurbanparMod.F90 =================================================================== --- mkurbanparMod.F90 (revision 47505) +++ mkurbanparMod.F90 (working copy) @@ -754,7 +754,7 @@ write(6,*) 'n: ', n write(6,*) 'region: ', region_o(n) write(6,*) 'urbn_classes_gcell_o(n,k): ', urbn_classes_gcell_o(n,k) - call abort() +! call abort() end if end do end if