Changeset 19184


Ignore:
Timestamp:
03/06/15 10:35:09 (10 years ago)
Author:
lemorzad
Message:

temporally removing NR 240. new delta O18 interpolation method

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

Legend:

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

    r19177 r19184  
    5555                                        iomodel->Constant(&this->rlaps,SurfaceforcingsRlapsEnum);
    5656                                        iomodel->Constant(&this->rlapslgm,SurfaceforcingsRlapslgmEnum);
     57                                        // iomodel->Constant(&this->dpermil,SurfaceforcingsDpermilEnum);                                       
    5758                                        break;
    5859                                case SMBgradientsEnum:
     
    134135        _printf_("   rlaps: " << rlaps << "\n");
    135136        _printf_("   rlapslgm: " << rlapslgm << "\n");
     137        //      _printf_("   dpermil: " << dpermil << "\n");
    136138        return;
    137139}
     
    179181        matpar->rlaps=this->rlaps;
    180182        matpar->rlapslgm=this->rlapslgm;
     183        //      matpar->dpermil=this->dpermil;
    181184
    182185        matpar->sediment_compressibility=this->sediment_compressibility;
     
    274277                        this->rlapslgm=constant;
    275278                        break;
     279//              case  SurfaceforcingsDpermilEnum:
     280//                      this->dpermil=constant;
     281//                      break;
    276282                default:
    277283                        break;
     
    400406                case SurfaceforcingsRlapsEnum:               return this->rlaps;
    401407                case SurfaceforcingsRlapslgmEnum:            return this->rlapslgm;
     408                  //            case SurfaceforcingsDpermilEnum:             return this->dpermil;
    402409                case MaterialsLithosphereShearModulusEnum:   return this->lithosphere_shear_modulus;
    403410                case MaterialsLithosphereDensityEnum:        return this->lithosphere_density;
  • issm/trunk-jpl/src/m/classes/clusters/acenet.m

    r19177 r19184  
    7474          % fprintf(fid,'#$ -l h_rt=336:00:0\n');
    7575
    76           fprintf(fid,'#$ -l h_vmem=3.5G\n');
     76          fprintf(fid,'#$ -l h_vmem=3G\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.