Changeset 1038 for trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new
- Timestamp:
- Sep 13, 2013, 4:01:10 PM (11 years ago)
- Location:
- trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new/makegcm
r69 r1038 514 514 # Build the appropriate 'dimensions.h' file 515 515 cd dimension 516 makdim $ ntrac $dim516 makdim $dim 517 517 # echo contents of dimensions.h to standard output 518 518 cat $libf/grid/dimensions.h -
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new/makegcm.last
r69 r1038 518 518 # Build the appropriate 'dimensions.h' file 519 519 cd dimension 520 makdim $ ntrac $dim520 makdim $dim 521 521 # echo contents of dimensions.h to standard output 522 522 cat $libf/grid/dimensions.h -
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new/makegcm_g95
r330 r1038 531 531 # Build the appropriate 'dimensions.h' file 532 532 cd dimension 533 ./makdim $ ntrac $dim533 ./makdim $dim 534 534 # echo contents of dimensions.h to standard output 535 535 cat $libf/grid/dimensions.h -
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new/makegcm_g95.last
r69 r1038 517 517 # Build the appropriate 'dimensions.h' file 518 518 cd dimension 519 makdim $ ntrac $dim519 makdim $dim 520 520 # echo contents of dimensions.h to standard output 521 521 cat $libf/grid/dimensions.h -
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new/makegcm_ifort
r86 r1038 519 519 # Build the appropriate 'dimensions.h' file 520 520 cd dimension 521 ./makdim $ ntrac $dim521 ./makdim $dim 522 522 # echo contents of dimensions.h to standard output 523 523 cat $libf/grid/dimensions.h -
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new/makegcm_mpi
r86 r1038 531 531 # Build the appropriate 'dimensions.h' file 532 532 cd dimension 533 makdim $ ntrac $dim533 makdim $dim 534 534 # echo contents of dimensions.h to standard output 535 535 cat $libf/grid/dimensions.h -
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new/makegcm_mpifort
r772 r1038 519 519 # Build the appropriate 'dimensions.h' file 520 520 cd dimension 521 ./makdim $ ntrac $dim521 ./makdim $dim 522 522 # echo contents of dimensions.h to standard output 523 523 cat $libf/grid/dimensions.h -
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new/makegcm_pgf
r335 r1038 523 523 # Build the appropriate 'dimensions.h' file 524 524 cd dimension 525 makdim $ ntrac $dim525 makdim $dim 526 526 # echo contents of dimensions.h to standard output 527 527 cat $libf/grid/dimensions.h
Note: See TracChangeset
for help on using the changeset viewer.