From: Robert F. <rjf...@as...> - 2014-11-07 23:24:32
|
Looks like you missed some letters in the profile column name. Instead of log_D_th you want log_D_thrm in your working copy of profile_columns.list Assuming you wanted the D_mix for regions where mix_type = thermohaline_mixing Rob On Fri, Nov 7, 2014 at 4:16 PM, Bill Paxton <pa...@ki...> wrote: > Hi Daniel, > > This is a good question for the mesa-users list. Let's see what answers > you get. > > -b > > > On Nov 7, 2014, at 3:14 PM, Daniel J Schulze wrote: > > Thanks Bill, > > I did this and it worked. I am working with a different version of an > inlist file with the same name. (inlist_wd_cool_0.6M) and I get the > following output: > > ____________________________________________________________________________________________________ > tasteless@tasteless-VirtualBox:~/mesa_work/work$ ./rn > Revision: 7184 > Fri Nov 7 16:57:10 CST 2014 > version_number 7184 > read inlist_wd_cool_0.6M > set_tau_factor > 1.0000000000000000D-03 > load saved model WD_15000K.mod > > > WARNING: model saved with tau_factor = > 1.0000000000000000D-04 > but current setting for tau_factor = > 1.0000000000000000D-03 > > set_initial_age > 0.0000000000000000D+00 > failed to recognize item for profile columns: log_D_th > star_set_profile_columns ierr -1 > do_star_job_controls_after ierr -1 > before_evolve_loop ierr -1 > Fri Nov 7 16:57:12 CST 2014 > > _____________________________________________________________________________________________________ > > Does this problem occur because some of the names in profile_columns.list > have been changed? specifically some dealing with thermohaline mixing? > > Where can I get some new mod files to work with so that I won't run into > outdated name conflicts? > > Thanks again for your help, > > Daniel J. Schulze > > > > > > > > On Thu, Nov 6, 2014 at 8:19 PM, Bill Paxton <pa...@ki...> wrote: > >> >> Try commenting out this -- line 113 of inlist_wd_cool_0.6M. >> >> ! If false, use Brassard form as revised by Mike Montgomery. >> >> N^2 = g^2*(rho/P)*(chiT/chiRho)*(grada + brunt_B - gradT) >> >> ! This form is less vulnerable to numerical noise. >> >> The clue is this message from the compiler: >> >> Fortran runtime error: Cannot match namelist object name n^2 >>> >>> >>> >>> >>> Then search for n^2. >> >> >> Cheers, >> Bill >> >> >> >> >> >> >> On Nov 6, 2014, at 6:13 PM, Daniel J Schulze wrote: >> >> Here you go, >> >> Thanks for your help. Sorry for such a trivial problem. Let me know if >> you need any further information, >> >> Sincerely, >> >> Daniel Schulze >> >> >> >> On Wed, Nov 5, 2014 at 8:57 PM, Bill Paxton <pa...@ki...> wrote: >> >>> please send inlist_wd_cool_0.6M >>> >>> thanks, >>> bill >>> >>> >>> On Nov 5, 2014, at 4:06 PM, Daniel J Schulze wrote: >>> >>> Hello MESA users, >>> >>> I am running MESA in a Linux shell with OS: Ubuntu 14.04.1 LTS >>> >>> I recently updated to the newest version of MESA (7184) and well as >>> updated my mesasdk file to the most recent version ( >>> mesasdk-x86_64-linux-20141023.tar.gz >>> <http://www.astro.wisc.edu/~townsend/resource/download/mesasdk/mesasdk-x86_64-linux-20141023.tar.gz>). >>> However, after successfully installing the sdk file, mesa, and writing >>> ./clean then ./mk in my work directory, I continue to get the following >>> error: >>> >>> tasteless@tasteless-VirtualBox:~/mesa_work/work$ ./rn >>> Revision: 7184 >>> Wed Nov 5 17:39:23 CST 2014 >>> version_number 7184 >>> read inlist_wd_cool_0.6M >>> >>> >>> >>> >>> Failed while trying to read control namelist file: inlist_wd_cool_0.6M >>> Perhaps the following runtime error message will help you find the >>> problem. >>> >>> At line 1637 of file ../private/ctrls_io.f (unit = 30, file = >>> 'inlist_wd_cool_0.6M') >>> Fortran runtime error: Cannot match namelist object name n^2 >>> Wed Nov 5 17:39:24 CST 2014 >>> >>> I hope I gave enough you enough to work with, >>> >>> Thanks in advance, >>> >>> Daniel J. Schulze >>> >>> ------------------------------------------------------------------------------ >>> _______________________________________________ >>> mesa-users mailing list >>> mes...@li... >>> https://lists.sourceforge.net/lists/listinfo/mesa-users >>> >>> >>> >> <inlist><inlist_wd_cool_0.6M> >> >> >> > <inlist_wd_cool_0.6M> > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users > > |