Changeset 19177


Ignore:
Timestamp:
03/04/15 14:00:52 (10 years ago)
Author:
lemorzad
Message:

minor bug fixed for new delta O18 method

Location:
issm/trunk-jpl/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Materials/Matpar.cpp

    r19172 r19177  
    5555                                        iomodel->Constant(&this->rlaps,SurfaceforcingsRlapsEnum);
    5656                                        iomodel->Constant(&this->rlapslgm,SurfaceforcingsRlapslgmEnum);
    57                                         iomodel->Constant(&this->dpermil,SurfaceforcingsDpermilEnum);
    5857                                        break;
    5958                                case SMBgradientsEnum:
     
    135134        _printf_("   rlaps: " << rlaps << "\n");
    136135        _printf_("   rlapslgm: " << rlapslgm << "\n");
    137         _printf_("   dpermil: " << dpermil << "\n");
    138136        return;
    139137}
     
    181179        matpar->rlaps=this->rlaps;
    182180        matpar->rlapslgm=this->rlapslgm;
    183         matpar->dpermil=this->dpermil;
    184181
    185182        matpar->sediment_compressibility=this->sediment_compressibility;
     
    276273                case SurfaceforcingsRlapslgmEnum:
    277274                        this->rlapslgm=constant;
    278                         break;
    279                 case SurfaceforcingsDpermilEnum:
    280                         this->dpermil=constant;
    281275                        break;
    282276                default:
     
    406400                case SurfaceforcingsRlapsEnum:               return this->rlaps;
    407401                case SurfaceforcingsRlapslgmEnum:            return this->rlapslgm;
    408                 case SurfaceforcingsDpermilEnum:             return this->dpermil;
    409402                case MaterialsLithosphereShearModulusEnum:   return this->lithosphere_shear_modulus;
    410403                case MaterialsLithosphereDensityEnum:        return this->lithosphere_density;
  • issm/trunk-jpl/src/m/classes/clusters/acenet.m

    r19172 r19177  
    7474          % fprintf(fid,'#$ -l h_rt=336:00:0\n');
    7575
    76           fprintf(fid,'#$ -l h_vmem=3G\n');
     76          fprintf(fid,'#$ -l h_vmem=3.5G\n');
    7777          % if cluster.np>10
    7878          %     fprintf(fid,'#$ -l h_vmem=3G\n');
     
    9494 
    9595          % ---- cpus on different nodes ----
    96           fprintf(fid,'#$ -pe ompi %i\n',cluster.np); % To avoid green acenet that does not have InfiniBand
     96          % fprintf(fid,'#$ -pe ompi %i\n',cluster.np); % To avoid green acenet that does not have InfiniBand
    9797          % fprintf(fid,'#$ -pe ompi* %i\n',cluster.np);
    9898          % -------- All cpus in the same node --------         
    99           % fprintf(fid,'#$ -pe openmp %i\n',cluster.np);
     99          fprintf(fid,'#$ -pe openmp %i\n',cluster.np);
    100100         
    101101          % ---- misc ----
Note: See TracChangeset for help on using the changeset viewer.